#0D81BE

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

Shades of Cerulean #0D81BE

Tints of Cerulean #0D81BE

Color information

#0D81BE (or 0x0D81BE) is unknown color: approx Cerulean. HEX triplet: 0D, 81 and BE. RGB value is (13,129,190). Sum of RGB (Red+Green+Blue) = 13+129+190=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D81BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D81BE is #F27E41. Grayscale: #646464. Windows color (decimal): -15892034 or 12484877. OLE color: 12484877.

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

Color convert

RGB13129190-
CMYK0.930.3200.25
HSL200.68º87.19%39.8%-
HSV(B)200.68º93.16%74.51%-
XYZ17.3119.551.57-
YUV101.27178.0765.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.92%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 190 (74.61% from 255) = 57.23%
R=3.92%
G=38.86%
B=57.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131291900.930.3200.25200.6887.1939.8
HexD81BE5D20019c95728
Octal152012761354003131112750
Binary110110000001101111101011101100000011001110010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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