#12019E

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

Shades of Ultramarine #12019E

Tints of Ultramarine #12019E

Color information

#12019E (or 0x12019E) is unknown color: approx Ultramarine. HEX triplet: 12, 01 and 9E. RGB value is (18,1,158). Sum of RGB (Red+Green+Blue) = 18+1+158=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 158 (62.11% from 255 or 89.27% from 177); Max value from RGB is 158 - color contains mainly: blue. Hex color #12019E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12019E is #EDFE61. Grayscale: #171717. Windows color (decimal): -15597154 or 10354962. OLE color: 10354962.

HSL color Cylindrical-coordinate representation of color #12019E: hue angle of 246.5º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12019E is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB181158-
CMYK0.890.9900.38
HSL246.5º98.74%31.18%-
HSV(B)246.5º99.37%61.96%-
XYZ6.432.6232.51-
YUV23.98203.63123.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 158 (62.11% from 255) = 89.27%
R=10.17%
G=0.56%
B=89.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1811580.890.9900.38246.598.7431.18
Hex1219E5963026f6631f
Octal22123613114304636614337
Binary1001011001111010110011100011010011011110110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12019E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12019E; }

 p { color: rgb(18,1,158); }

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

<style>
 a { background-color: #12019E; }

 a { background-color: rgb(18,1,158); }

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

<style>
 span { border-color: #12019E; }

 span { border-color: rgb(18,1,158); }

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