#0C0587

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

Shades of Ultramarine #0C0587

Tints of Ultramarine #0C0587

Color information

#0C0587 (or 0x0C0587) is unknown color: approx Ultramarine. HEX triplet: 0C, 05 and 87. RGB value is (12,5,135). Sum of RGB (Red+Green+Blue) = 12+5+135=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 135 (53.12% from 255 or 88.82% from 152); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C0587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0587 is #F3FA78. Grayscale: #151515. Windows color (decimal): -15989369 or 8848652. OLE color: 8848652.

HSL color Cylindrical-coordinate representation of color #0C0587: hue angle of 243.23º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C0587 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB125135-
CMYK0.910.9600.47
HSL243.23º92.86%27.45%-
HSV(B)243.23º96.3%52.94%-
XYZ4.581.9423.05-
YUV21.91191.82120.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.89%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 135 (53.12% from 255) = 88.82%
R=7.89%
G=3.29%
B=88.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1251350.910.9600.47243.2392.8627.45
HexC5875B6002Ff35d1b
Octal14520713314005736313533
Binary11001011000011110110111100000010111111110011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0587; }

 p { color: rgb(12,5,135); }

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

<style>
 a { background-color: #0C0587; }

 a { background-color: rgb(12,5,135); }

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

<style>
 span { border-color: #0C0587; }

 span { border-color: rgb(12,5,135); }

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