#12059F

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

Shades of Ultramarine #12059F

Tints of Ultramarine #12059F

Color information

#12059F (or 0x12059F) is unknown color: approx Ultramarine. HEX triplet: 12, 05 and 9F. RGB value is (18,5,159). Sum of RGB (Red+Green+Blue) = 18+5+159=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 159 (62.5% from 255 or 87.36% from 182); Max value from RGB is 159 - color contains mainly: blue. Hex color #12059F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12059F is #EDFA60. Grayscale: #191919. Windows color (decimal): -15596129 or 10421522. OLE color: 10421522.

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

Color convert

RGB185159-
CMYK0.890.9700.38
HSL245.06º93.9%32.16%-
HSV(B)245.06º96.86%62.35%-
XYZ6.562.7432.98-
YUV26.44202.81121.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 159 (62.5% from 255) = 87.36%
R=9.89%
G=2.75%
B=87.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1851590.890.9700.38245.0693.932.16
Hex1259F5961026f55e20
Octal22523713114104636513640
Binary1001010110011111101100111000010100110111101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12059F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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