#0D80BF

Color #0D80BF Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0D80BF

Tints of Cerulean #0D80BF

Color information

#0D80BF (or 0x0D80BF) is unknown color: approx Cerulean. HEX triplet: 0D, 80 and BF. RGB value is (13,128,191). Sum of RGB (Red+Green+Blue) = 13+128+191=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D80BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D80BF is #F27F40. Grayscale: #646464. Windows color (decimal): -15892289 or 12550157. OLE color: 12550157.

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

Color convert

RGB13128191-
CMYK0.930.3300.25
HSL201.24º87.25%40%-
HSV(B)201.24º93.19%74.9%-
XYZ17.2919.2952.1-
YUV100.8178.965.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.92%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 191 (75% from 255) = 57.53%
R=3.92%
G=38.55%
B=57.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131281910.930.3300.25201.2487.2540
HexD80BF5D21019c95728
Octal152002771354103131112750
Binary110110000000101111111011101100001011001110010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D80BF;
 }
 .AnyTagClassName
 {
   color: #0D80BF;
 }
</style>
background-color css

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

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

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

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

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

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