Html Css Color HEX #0C7494 Cerulean

📋 copy color: '#0C7494'

red 12 ◦ green 116 ◦ blue 148

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

Shades of Cerulean #0C7494

Tints of Cerulean #0C7494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.03%

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

R = 4.35%
G = 42.03%
B = 53.62%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C7494 (or 0x0C7494) is known color: Cerulean. HEX triplet: 0C, 74 and 94. RGB value is (12,116,148). Sum of RGB (Red+Green+Blue) = 12+116+148=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C7494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7494 is #F38B6B. Grayscale: #585858. Windows color (decimal): -15960940 or 9729036. OLE color: 9729036.

HSL color Cylindrical-coordinate representation of color #0C7494: hue angle of 194.12º 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 #0C7494 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 116 148 -
CMYK 0.92 0.22 0 0.42
HSL 194.12º 0.85% 0.31% -
HSV(B) 194.12º 0.92% 0.58% -
XYZ 11.74 14.71 30.24 -
YUV 88.55 161.54 73.4 -
System Red Green Blue C M Y K H S L
Decimal 12 116 148 0.92 0.22 0 0.42 194.12 0.85 0.31
Hex C 74 94 5C 16 0 2A C2 55 1F
Octal 14 164 224 134 26 0 52 302 125 37
Binary 1100 1110100 10010100 1011100 10110 0 101010 11000010 1010101 11111

Color Harmonies of #0C7494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7494

Black with #0C7494

Text Example


Text Example

White with #0C7494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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