#12009F

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

Shades of Ultramarine #12009F

Tints of Ultramarine #12009F

Color information

#12009F (or 0x12009F) is unknown color: approx Ultramarine. HEX triplet: 12, 00 and 9F. RGB value is (18,0,159). Sum of RGB (Red+Green+Blue) = 18+0+159=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 159 (62.5% from 255 or 89.83% from 177); Max value from RGB is 159 - color contains mainly: blue. Hex color #12009F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12009F is #EDFF60. Grayscale: #161616. Windows color (decimal): -15597409 or 10420242. OLE color: 10420242.

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

Color convert

RGB180159-
CMYK0.89100.38
HSL246.79º100%31.18%-
HSV(B)246.79º100%62.35%-
XYZ6.512.6332.97-
YUV23.51204.46124.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 89.83%
R=10.17%
G=0%
B=89.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1801590.89100.38246.7910031.18
Hex1209F5964026f7641f
Octal22023713114404636714437
Binary1001001001111110110011100100010011011110111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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