#12057E

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

Shades of Ultramarine #12057E

Tints of Ultramarine #12057E

Color information

#12057E (or 0x12057E) is unknown color: approx Ultramarine. HEX triplet: 12, 05 and 7E. RGB value is (18,5,126). Sum of RGB (Red+Green+Blue) = 18+5+126=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 126 (49.61% from 255 or 84.56% from 149); Max value from RGB is 126 - color contains mainly: blue. Hex color #12057E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12057E is #EDFA81. Grayscale: #161616. Windows color (decimal): -15596162 or 8258834. OLE color: 8258834.

HSL color Cylindrical-coordinate representation of color #12057E: hue angle of 246.45º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12057E is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB185126-
CMYK0.860.9600.51
HSL246.45º92.37%25.69%-
HSV(B)246.45º96.03%49.41%-
XYZ4.071.7419.86-
YUV22.68186.31124.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 126 (49.61% from 255) = 84.56%
R=12.08%
G=3.36%
B=84.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1851260.860.9600.51246.4592.3725.69
Hex1257E5660033f65c1a
Octal22517612614006336613432
Binary10010101111111010101101100000011001111110110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,5,126); }

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

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

 a { background-color: rgb(18,5,126); }

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

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

 span { border-color: rgb(18,5,126); }

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