#0D81E0

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

Shades of Navy Blue #0D81E0

Tints of Navy Blue #0D81E0

Color information

#0D81E0 (or 0x0D81E0) is unknown color: approx Navy Blue. HEX triplet: 0D, 81 and E0. RGB value is (13,129,224). Sum of RGB (Red+Green+Blue) = 13+129+224=366 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.55% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 224 (87.89% from 255 or 61.20% from 366); Max value from RGB is 224 - color contains mainly: blue. Hex color #0D81E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D81E0 is #F27E1F. Grayscale: #686868. Windows color (decimal): -15892000 or 14713101. OLE color: 14713101.

HSL color Cylindrical-coordinate representation of color #0D81E0: hue angle of 207.01º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D81E0 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13129224-
CMYK0.940.4200.12
HSL207.01º89.03%46.47%-
HSV(B)207.01º94.2%87.84%-
XYZ21.4721.1773.48-
YUV105.15195.0762.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.55%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 224 (87.89% from 255) = 61.20%
R=3.55%
G=35.25%
B=61.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal131292240.940.4200.12207.0189.0346.47
HexD81E05E2A0Ccf592e
Octal152013401365201431713156
Binary11011000000111100000101111010101001100110011111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D81E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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