Html Css Color HEX #0C7899 Cerulean

📋 copy color: '#0C7899'

red 12 ◦ green 120 ◦ blue 153

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

Shades of Cerulean #0C7899

Tints of Cerulean #0C7899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.11%

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

R = 4.21%
G = 42.11%
B = 53.68%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0C7899 (or 0x0C7899) is known color: Cerulean. HEX triplet: 0C, 78 and 99. RGB value is (12,120,153). Sum of RGB (Red+Green+Blue) = 12+120+153=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C7899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7899 is #F38766. Grayscale: #5B5B5B. Windows color (decimal): -15959911 or 10057740. OLE color: 10057740.

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

Color convert

RGB 12 120 153 -
CMYK 0.92 0.22 0 0.4
HSL 194.04º 0.85% 0.32% -
HSV(B) 194.04º 0.92% 0.6% -
XYZ 12.62 15.81 32.52 -
YUV 91.47 162.72 71.32 -
System Red Green Blue C M Y K H S L
Decimal 12 120 153 0.92 0.22 0 0.4 194.04 0.85 0.32
Hex C 78 99 5C 16 0 28 C2 55 20
Octal 14 170 231 134 26 0 50 302 125 40
Binary 1100 1111000 10011001 1011100 10110 0 101000 11000010 1010101 100000

Color Harmonies of #0C7899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7899

Black with #0C7899

Text Example


Text Example

White with #0C7899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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