Html Css Color HEX #0B80AC Cerulean

📋 copy color: '#0B80AC'

red 11 ◦ green 128 ◦ blue 172

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

Shades of Cerulean #0B80AC

Tints of Cerulean #0B80AC

RGB

 RED value IS 11 (4.69% from 255) = 3.54%

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

 BLUE value IS 172 (67.58% from 255) = 55.31%

R = 3.54%
G = 41.16%
B = 55.31%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B80AC (or 0x0B80AC) is known color: Cerulean. HEX triplet: 0B, 80 and AC. RGB value is (11,128,172). Sum of RGB (Red+Green+Blue) = 11+128+172=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B80AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B80AC is #F47F53. Grayscale: #616161. Windows color (decimal): -16023380 or 11304971. OLE color: 11304971.

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

Color convert

RGB 11 128 172 -
CMYK 0.94 0.26 0 0.33
HSL 196.4º 0.88% 0.36% -
HSV(B) 196.4º 0.94% 0.67% -
XYZ 15.3 18.49 41.79 -
YUV 98.03 169.74 65.92 -
System Red Green Blue C M Y K H S L
Decimal 11 128 172 0.94 0.26 0 0.33 196.4 0.88 0.36
Hex B 80 AC 5E 1A 0 21 C4 58 24
Octal 13 200 254 136 32 0 41 304 130 44
Binary 1011 10000000 10101100 1011110 11010 0 100001 11000100 1011000 100100

Color Harmonies of #0B80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B80AC

Black with #0B80AC

Text Example


Text Example

White with #0B80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,128,172); }

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

background-color css

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

 a { background-color: rgb(11,128,172); }

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

border-color css

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

 span { border-color: rgb(11,128,172); }

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