#231FA6

Color #231FA6 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #231FA6

Tints of Ultramarine #231FA6

Color information

#231FA6 (or 0x231FA6) is unknown color: approx Ultramarine. HEX triplet: 23, 1F and A6. RGB value is (35,31,166). Sum of RGB (Red+Green+Blue) = 35+31+166=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 166 (65.23% from 255 or 71.55% from 232); Max value from RGB is 166 - color contains mainly: blue. Hex color #231FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231FA6 is #DCE059. Grayscale: #2F2F2F. Windows color (decimal): -14475354 or 10886947. OLE color: 10886947.

HSL color Cylindrical-coordinate representation of color #231FA6: hue angle of 241.78º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231FA6 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3531166-
CMYK0.790.8100.35
HSL241.78º68.53%38.63%-
HSV(B)241.78º81.33%65.1%-
XYZ8.074.0936.44-
YUV47.59194.83119.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 15.09%
GREEN value IS 31 (12.5% from 255) = 13.36%
BLUE value IS 166 (65.23% from 255) = 71.55%
R=15.09%
G=13.36%
B=71.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal35311660.790.8100.35241.7868.5338.63
Hex231FA64F51023f24527
Octal433724611712104336210547
Binary1000111111110100110100111110100010100011111100101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231FA6; }

 p { color: rgb(35,31,166); }

 H1.HeaderClassName
 {
   color: #231FA6;
 }
 .AnyTagClassName
 {
   color: #231FA6;
 }
</style>
background-color css

<style>
 a { background-color: #231FA6; }

 a { background-color: rgb(35,31,166); }

 div.DivClassName
 {
   background-color: #231FA6;
 }
 .BgClassName
 {
   background-color: #231FA6;
 }
</style>
border-color css

<style>
 span { border-color: #231FA6; }

 span { border-color: rgb(35,31,166); }

 td.TdClassName
 {
   border-color: #231FA6;
 }
 .TagClassName
 {
   border-color: #231FA6;
 }
</style>