#12077C

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

Shades of Ultramarine #12077C

Tints of Ultramarine #12077C

Color information

#12077C (or 0x12077C) is unknown color: approx Ultramarine. HEX triplet: 12, 07 and 7C. RGB value is (18,7,124). Sum of RGB (Red+Green+Blue) = 18+7+124=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 124 (48.83% from 255 or 83.22% from 149); Max value from RGB is 124 - color contains mainly: blue. Hex color #12077C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12077C is #EDF883. Grayscale: #171717. Windows color (decimal): -15595652 or 8128274. OLE color: 8128274.

HSL color Cylindrical-coordinate representation of color #12077C: hue angle of 245.64º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12077C is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB187124-
CMYK0.850.9400.51
HSL245.64º89.31%25.69%-
HSV(B)245.64º94.35%48.63%-
XYZ3.961.7419.19-
YUV23.63184.64123.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 124 (48.83% from 255) = 83.22%
R=12.08%
G=4.70%
B=83.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1871240.850.9400.51245.6489.3125.69
Hex1277C555E033f6591a
Octal22717412513606336613132
Binary10010111111110010101011011110011001111110110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12077C; }

 p { color: rgb(18,7,124); }

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

<style>
 a { background-color: #12077C; }

 a { background-color: rgb(18,7,124); }

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

<style>
 span { border-color: #12077C; }

 span { border-color: rgb(18,7,124); }

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