#0C5195

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

Shades of Dark Cerulean #0C5195

Tints of Dark Cerulean #0C5195

Color information

#0C5195 (or 0x0C5195) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 51 and 95. RGB value is (12,81,149). Sum of RGB (Red+Green+Blue) = 12+81+149=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C5195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5195 is #F3AE6A. Grayscale: #434343. Windows color (decimal): -15969899 or 9785612. OLE color: 9785612.

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

Color convert

RGB1281149-
CMYK0.920.4600.42
HSL209.78º85.09%31.57%-
HSV(B)209.78º91.95%58.43%-
XYZ8.528.1329.55-
YUV68.12173.6487.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.96%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 149 (58.59% from 255) = 61.57%
R=4.96%
G=33.47%
B=61.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12811490.920.4600.42209.7885.0931.57
HexC51955C2E02Ad25520
Octal141212251345605232212540
Binary110010100011001010110111001011100101010110100101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,81,149); }

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

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

 a { background-color: rgb(12,81,149); }

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

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

 span { border-color: rgb(12,81,149); }

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