#0D80BE

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

Shades of Cerulean #0D80BE

Tints of Cerulean #0D80BE

Color information

#0D80BE (or 0x0D80BE) is unknown color: approx Cerulean. HEX triplet: 0D, 80 and BE. RGB value is (13,128,190). Sum of RGB (Red+Green+Blue) = 13+128+190=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D80BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D80BE is #F27F41. Grayscale: #646464. Windows color (decimal): -15892290 or 12484621. OLE color: 12484621.

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

Color convert

RGB13128190-
CMYK0.930.3300.25
HSL201.02º87.19%39.8%-
HSV(B)201.02º93.16%74.51%-
XYZ17.1819.2451.52-
YUV100.68178.465.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.93%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=3.93%
G=38.67%
B=57.40%

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
Decimal131281900.930.3300.25201.0287.1939.8
HexD80BE5D21019c95728
Octal152002761354103131112750
Binary110110000000101111101011101100001011001110010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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