Html Css Color HEX #0C80BE Cerulean

📋 copy color: '#0C80BE'

red 12 ◦ green 128 ◦ blue 190

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

Shades of Cerulean #0C80BE

Tints of Cerulean #0C80BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.79%

 BLUE value IS 190 (74.61% from 255) = 57.58%

R = 3.64%
G = 38.79%
B = 57.58%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C80BE (or 0x0C80BE) is known color: Cerulean. HEX triplet: 0C, 80 and BE. RGB value is (12,128,190). Sum of RGB (Red+Green+Blue) = 12+128+190=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C80BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C80BE is #F37F41. Grayscale: #646464. Windows color (decimal): -15957826 or 12484620. OLE color: 12484620.

HSL color Cylindrical-coordinate representation of color #0C80BE: hue angle of 200.9º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C80BE is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 128 190 -
CMYK 0.94 0.33 0 0.25
HSL 200.9º 0.88% 0.4% -
HSV(B) 200.9º 0.94% 0.75% -
XYZ 17.17 19.23 51.52 -
YUV 100.38 178.57 64.96 -
System Red Green Blue C M Y K H S L
Decimal 12 128 190 0.94 0.33 0 0.25 200.9 0.88 0.4
Hex C 80 BE 5E 21 0 19 C9 58 28
Octal 14 200 276 136 41 0 31 311 130 50
Binary 1100 10000000 10111110 1011110 100001 0 11001 11001001 1011000 101000

Color Harmonies of #0C80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C80BE

Black with #0C80BE

Text Example


Text Example

White with #0C80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,128,190); }

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

background-color css

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

 a { background-color: rgb(12,128,190); }

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

border-color css

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

 span { border-color: rgb(12,128,190); }

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