Html Css Color HEX #0C7198 Cerulean

📋 copy color: '#0C7198'

red 12 ◦ green 113 ◦ blue 152

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

Shades of Cerulean #0C7198

Tints of Cerulean #0C7198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.79%

 BLUE value IS 152 (59.77% from 255) = 54.87%

R = 4.33%
G = 40.79%
B = 54.87%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C7198 (or 0x0C7198) is known color: Cerulean. HEX triplet: 0C, 71 and 98. RGB value is (12,113,152). Sum of RGB (Red+Green+Blue) = 12+113+152=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C7198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7198 is #F38E67. Grayscale: #565656. Windows color (decimal): -15961704 or 9990412. OLE color: 9990412.

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

Color convert

RGB 12 113 152 -
CMYK 0.92 0.26 0 0.40
HSL 196.71º 0.85% 0.32% -
HSV(B) 196.71º 0.92% 0.6% -
XYZ 11.72 14.16 31.82 -
YUV 87.25 164.54 74.33 -
System Red Green Blue C M Y K H S L
Decimal 12 113 152 0.92 0.26 0 0.40 196.71 0.85 0.32
Hex C 71 98 5C 1A 0 28 C5 55 20
Octal 14 161 230 134 32 0 50 305 125 40
Binary 1100 1110001 10011000 1011100 11010 0 101000 11000101 1010101 100000

Color Harmonies of #0C7198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7198

Black with #0C7198

Text Example


Text Example

White with #0C7198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,113,152); }

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

background-color css

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

 a { background-color: rgb(12,113,152); }

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

border-color css

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

 span { border-color: rgb(12,113,152); }

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