Html Css Color HEX #0D80BB Cerulean

📋 copy color: '#0D80BB'

red 13 ◦ green 128 ◦ blue 187

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

Shades of Cerulean #0D80BB

Tints of Cerulean #0D80BB

RGB

 RED value IS 13 (5.47% from 255) = 3.96%

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

 BLUE value IS 187 (73.44% from 255) = 57.01%

R = 3.96%
G = 39.02%
B = 57.01%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D80BB (or 0x0D80BB) is known color: Cerulean. HEX triplet: 0D, 80 and BB. RGB value is (13,128,187). Sum of RGB (Red+Green+Blue) = 13+128+187=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D80BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D80BB is #F27F44. Grayscale: #636363. Windows color (decimal): -15892293 or 12288013. OLE color: 12288013.

HSL color Cylindrical-coordinate representation of color #0D80BB: hue angle of 200.34º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D80BB is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 128 187 -
CMYK 0.93 0.32 0 0.27
HSL 200.34º 0.87% 0.39% -
HSV(B) 200.34º 0.93% 0.73% -
XYZ 16.85 19.11 49.81 -
YUV 100.34 176.9 65.7 -
System Red Green Blue C M Y K H S L
Decimal 13 128 187 0.93 0.32 0 0.27 200.34 0.87 0.39
Hex D 80 BB 5D 20 0 1B C8 57 27
Octal 15 200 273 135 40 0 33 310 127 47
Binary 1101 10000000 10111011 1011101 100000 0 11011 11001000 1010111 100111

Color Harmonies of #0D80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D80BB

Black with #0D80BB

Text Example


Text Example

White with #0D80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,128,187); }

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

background-color css

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

 a { background-color: rgb(13,128,187); }

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

border-color css

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

 span { border-color: rgb(13,128,187); }

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