#0C1099

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

Shades of Ultramarine #0C1099

Tints of Ultramarine #0C1099

Color information

#0C1099 (or 0x0C1099) is unknown color: approx Ultramarine. HEX triplet: 0C, 10 and 99. RGB value is (12,16,153). Sum of RGB (Red+Green+Blue) = 12+16+153=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 153 (60.16% from 255 or 84.53% from 181); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C1099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1099 is #F3EF66. Grayscale: #1D1D1D. Windows color (decimal): -15986535 or 10031116. OLE color: 10031116.

HSL color Cylindrical-coordinate representation of color #0C1099: hue angle of 238.3º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1099 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1216153-
CMYK0.920.9000.4
HSL238.3º85.45%32.35%-
HSV(B)238.3º92.16%60%-
XYZ6.092.7530.35-
YUV30.42197.17114.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.63%
GREEN value IS 16 (6.64% from 255) = 8.84%
BLUE value IS 153 (60.16% from 255) = 84.53%
R=6.63%
G=8.84%
B=84.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12161530.920.9000.4238.385.4532.35
HexC10995C5A028ee5520
Octal142023113413205035612540
Binary11001000010011001101110010110100101000111011101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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