#12057D

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

Shades of Ultramarine #12057D

Tints of Ultramarine #12057D

Color information

#12057D (or 0x12057D) is unknown color: approx Ultramarine. HEX triplet: 12, 05 and 7D. RGB value is (18,5,125). Sum of RGB (Red+Green+Blue) = 18+5+125=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 125 (49.22% from 255 or 84.46% from 148); Max value from RGB is 125 - color contains mainly: blue. Hex color #12057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12057D is #EDFA82. Grayscale: #161616. Windows color (decimal): -15596163 or 8193298. OLE color: 8193298.

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

Color convert

RGB185125-
CMYK0.860.9600.51
HSL246.5º92.31%25.49%-
HSV(B)246.5º96%49.02%-
XYZ4.011.7219.52-
YUV22.57185.81124.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 125 (49.22% from 255) = 84.46%
R=12.16%
G=3.38%
B=84.46%

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
Decimal1851250.860.9600.51246.592.3125.49
Hex1257D5660033f65c19
Octal22517512614006336613431
Binary10010101111110110101101100000011001111110110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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