Html Css Color HEX #0C5194 Dark Cerulean

📋 copy color: '#0C5194'

red 12 ◦ green 81 ◦ blue 148

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

Shades of Dark Cerulean #0C5194

Tints of Dark Cerulean #0C5194

RGB

 RED value IS 12 (5.08% from 255) = 4.98%

 GREEN value IS 81 (32.03% from 255) = 33.61%

 BLUE value IS 148 (58.2% from 255) = 61.41%

R = 4.98%
G = 33.61%
B = 61.41%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C5194 (or 0x0C5194) is known color: Dark Cerulean. HEX triplet: 0C, 51 and 94. RGB value is (12,81,148). Sum of RGB (Red+Green+Blue) = 12+81+148=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C5194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5194 is #F3AE6B. Grayscale: #434343. Windows color (decimal): -15969900 or 9720076. OLE color: 9720076.

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

Color convert

RGB 12 81 148 -
CMYK 0.92 0.45 0 0.42
HSL 209.56º 0.85% 0.31% -
HSV(B) 209.56º 0.92% 0.58% -
XYZ 8.44 8.1 29.14 -
YUV 68.01 173.14 88.05 -
System Red Green Blue C M Y K H S L
Decimal 12 81 148 0.92 0.45 0 0.42 209.56 0.85 0.31
Hex C 51 94 5C 2D 0 2A D2 55 1F
Octal 14 121 224 134 55 0 52 322 125 37
Binary 1100 1010001 10010100 1011100 101101 0 101010 11010010 1010101 11111

Color Harmonies of #0C5194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5194

Black with #0C5194

Text Example


Text Example

White with #0C5194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C5194;
 }
 .AnyTagClassName
 {
   color: #0C5194;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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