#12009B

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

Shades of Ultramarine #12009B

Tints of Ultramarine #12009B

Color information

#12009B (or 0x12009B) is unknown color: approx Ultramarine. HEX triplet: 12, 00 and 9B. RGB value is (18,0,155). Sum of RGB (Red+Green+Blue) = 18+0+155=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 155 (60.94% from 255 or 89.60% from 173); Max value from RGB is 155 - color contains mainly: blue. Hex color #12009B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12009B is #EDFF64. Grayscale: #161616. Windows color (decimal): -15597413 or 10158098. OLE color: 10158098.

HSL color Cylindrical-coordinate representation of color #12009B: hue angle of 246.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12009B is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB180155-
CMYK0.88100.39
HSL246.97º100%30.39%-
HSV(B)246.97º100%60.78%-
XYZ6.172.531.17-
YUV23.05202.46124.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 89.60%
R=10.40%
G=0%
B=89.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1801550.88100.39246.9710030.39
Hex1209B5864027f7641e
Octal22023313014404736714436
Binary1001001001101110110001100100010011111110111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12009B; }

 p { color: rgb(18,0,155); }

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

<style>
 a { background-color: #12009B; }

 a { background-color: rgb(18,0,155); }

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

<style>
 span { border-color: #12009B; }

 span { border-color: rgb(18,0,155); }

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