Html Css Color HEX #0C5195 Dark Cerulean

📋 copy color: '#0C5195'

red 12 ◦ green 81 ◦ blue 149

#0C5195
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0C5195

Tints of Dark Cerulean #0C5195

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 value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C5195 (or 0x0C5195) is known color: 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

RGB 12 81 149 -
CMYK 0.92 0.46 0 0.42
HSL 209.78º 0.85% 0.32% -
HSV(B) 209.78º 0.92% 0.58% -
XYZ 8.52 8.13 29.55 -
YUV 68.12 173.64 87.97 -
System Red Green Blue C M Y K H S L
Decimal 12 81 149 0.92 0.46 0 0.42 209.78 0.85 0.32
Hex C 51 95 5C 2E 0 2A D2 55 20
Octal 14 121 225 134 56 0 52 322 125 40
Binary 1100 1010001 10010101 1011100 101110 0 101010 11010010 1010101 100000

Color Harmonies of #0C5195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5195

Black with #0C5195

Text Example


Text Example

White with #0C5195

Text Example


Text Example

HTML Codes & Css Web 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>