Html Css Color HEX #0C7499 Cerulean

📋 copy color: '#0C7499'

red 12 ◦ green 116 ◦ blue 153

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

Shades of Cerulean #0C7499

Tints of Cerulean #0C7499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 54.45%

R = 4.27%
G = 41.28%
B = 54.45%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0C7499 (or 0x0C7499) is known color: Cerulean. HEX triplet: 0C, 74 and 99. RGB value is (12,116,153). Sum of RGB (Red+Green+Blue) = 12+116+153=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C7499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7499 is #F38B66. Grayscale: #585858. Windows color (decimal): -15960935 or 10056716. OLE color: 10056716.

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

Color convert

RGB 12 116 153 -
CMYK 0.92 0.24 0 0.4
HSL 195.74º 0.85% 0.32% -
HSV(B) 195.74º 0.92% 0.6% -
XYZ 12.15 14.87 32.37 -
YUV 89.12 164.04 72.99 -
System Red Green Blue C M Y K H S L
Decimal 12 116 153 0.92 0.24 0 0.4 195.74 0.85 0.32
Hex C 74 99 5C 18 0 28 C4 55 20
Octal 14 164 231 134 30 0 50 304 125 40
Binary 1100 1110100 10011001 1011100 11000 0 101000 11000100 1010101 100000

Color Harmonies of #0C7499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7499

Black with #0C7499

Text Example


Text Example

White with #0C7499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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