#0C1087

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

Shades of Ultramarine #0C1087

Tints of Ultramarine #0C1087

Color information

#0C1087 (or 0x0C1087) is unknown color: approx Ultramarine. HEX triplet: 0C, 10 and 87. RGB value is (12,16,135). Sum of RGB (Red+Green+Blue) = 12+16+135=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 135 (53.12% from 255 or 82.82% from 163); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C1087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1087 is #F3EF78. Grayscale: #1B1B1B. Windows color (decimal): -15986553 or 8851468. OLE color: 8851468.

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

Color convert

RGB1216135-
CMYK0.910.8800.47
HSL238.05º83.67%28.82%-
HSV(B)238.05º91.11%52.94%-
XYZ4.712.223.1-
YUV28.37188.17116.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.36%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 135 (53.12% from 255) = 82.82%
R=7.36%
G=9.82%
B=82.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12161350.910.8800.47238.0583.6728.82
HexC10875B5802Fee541d
Octal142020713313005735612435
Binary1100100001000011110110111011000010111111101110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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