Html Css Color HEX #0C7698 Cerulean

📋 copy color: '#0C7698'

red 12 ◦ green 118 ◦ blue 152

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

Shades of Cerulean #0C7698

Tints of Cerulean #0C7698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.84%

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

R = 4.26%
G = 41.84%
B = 53.9%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C7698 (or 0x0C7698) is known color: Cerulean. HEX triplet: 0C, 76 and 98. RGB value is (12,118,152). Sum of RGB (Red+Green+Blue) = 12+118+152=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C7698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7698 is #F38967. Grayscale: #595959. Windows color (decimal): -15960424 or 9991692. OLE color: 9991692.

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

Color convert

RGB 12 118 152 -
CMYK 0.92 0.22 0 0.40
HSL 194.57º 0.85% 0.32% -
HSV(B) 194.57º 0.92% 0.6% -
XYZ 12.3 15.3 32.01 -
YUV 90.18 162.88 72.24 -
System Red Green Blue C M Y K H S L
Decimal 12 118 152 0.92 0.22 0 0.40 194.57 0.85 0.32
Hex C 76 98 5C 16 0 28 C3 55 20
Octal 14 166 230 134 26 0 50 303 125 40
Binary 1100 1110110 10011000 1011100 10110 0 101000 11000011 1010101 100000

Color Harmonies of #0C7698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7698

Black with #0C7698

Text Example


Text Example

White with #0C7698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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