#12077D

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

Shades of Ultramarine #12077D

Tints of Ultramarine #12077D

Color information

#12077D (or 0x12077D) is unknown color: approx Ultramarine. HEX triplet: 12, 07 and 7D. RGB value is (18,7,125). Sum of RGB (Red+Green+Blue) = 18+7+125=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 125 (49.22% from 255 or 83.33% from 150); Max value from RGB is 125 - color contains mainly: blue. Hex color #12077D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12077D is #EDF882. Grayscale: #171717. Windows color (decimal): -15595651 or 8193810. OLE color: 8193810.

HSL color Cylindrical-coordinate representation of color #12077D: hue angle of 245.59º 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 #12077D is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB187125-
CMYK0.860.9400.51
HSL245.59º89.39%25.88%-
HSV(B)245.59º94.4%49.02%-
XYZ4.031.7619.53-
YUV23.74185.14123.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 7 (3.12% from 255) = 4.67%
BLUE value IS 125 (49.22% from 255) = 83.33%
R=12%
G=4.67%
B=83.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1871250.860.9400.51245.5989.3925.88
Hex1277D565E033f6591a
Octal22717512613606336613132
Binary10010111111110110101101011110011001111110110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12077D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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