Html Css Color HEX #0B80BF Cerulean

📋 copy color: '#0B80BF'

red 11 ◦ green 128 ◦ blue 191

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

Shades of Cerulean #0B80BF

Tints of Cerulean #0B80BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.88%

R = 3.33%
G = 38.79%
B = 57.88%

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

#0B80BF (or 0x0B80BF) is known color: Cerulean. HEX triplet: 0B, 80 and BF. RGB value is (11,128,191). Sum of RGB (Red+Green+Blue) = 11+128+191=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B80BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B80BF is #F47F40. Grayscale: #636363. Windows color (decimal): -16023361 or 12550155. OLE color: 12550155.

HSL color Cylindrical-coordinate representation of color #0B80BF: hue angle of 201º degrees, saturation: 0.89, 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 #0B80BF is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 128 191 -
CMYK 0.94 0.33 0 0.25
HSL 201º 0.89% 0.4% -
HSV(B) 201º 0.94% 0.75% -
XYZ 17.26 19.27 52.1 -
YUV 100.2 179.24 64.38 -
System Red Green Blue C M Y K H S L
Decimal 11 128 191 0.94 0.33 0 0.25 201 0.89 0.4
Hex B 80 BF 5E 21 0 19 C9 59 28
Octal 13 200 277 136 41 0 31 311 131 50
Binary 1011 10000000 10111111 1011110 100001 0 11001 11001001 1011001 101000

Color Harmonies of #0B80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B80BF

Black with #0B80BF

Text Example


Text Example

White with #0B80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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