Html Css Color HEX #0C7298 Cerulean

📋 copy color: '#0C7298'

red 12 ◦ green 114 ◦ blue 152

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

Shades of Cerulean #0C7298

Tints of Cerulean #0C7298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

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

R = 4.32%
G = 41.01%
B = 54.68%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C7298 (or 0x0C7298) is known color: Cerulean. HEX triplet: 0C, 72 and 98. RGB value is (12,114,152). Sum of RGB (Red+Green+Blue) = 12+114+152=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C7298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7298 is #F38D67. Grayscale: #575757. Windows color (decimal): -15961448 or 9990668. OLE color: 9990668.

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

Color convert

RGB 12 114 152 -
CMYK 0.92 0.25 0 0.40
HSL 196.29º 0.85% 0.32% -
HSV(B) 196.29º 0.92% 0.6% -
XYZ 11.84 14.38 31.86 -
YUV 87.83 164.21 73.91 -
System Red Green Blue C M Y K H S L
Decimal 12 114 152 0.92 0.25 0 0.40 196.29 0.85 0.32
Hex C 72 98 5C 19 0 28 C4 55 20
Octal 14 162 230 134 31 0 50 304 125 40
Binary 1100 1110010 10011000 1011100 11001 0 101000 11000100 1010101 100000

Color Harmonies of #0C7298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7298

Black with #0C7298

Text Example


Text Example

White with #0C7298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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