#0D80E0

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

Shades of Navy Blue #0D80E0

Tints of Navy Blue #0D80E0

Color information

#0D80E0 (or 0x0D80E0) is unknown color: approx Navy Blue. HEX triplet: 0D, 80 and E0. RGB value is (13,128,224). Sum of RGB (Red+Green+Blue) = 13+128+224=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #0D80E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D80E0 is #F27F1F. Grayscale: #686868. Windows color (decimal): -15892256 or 14712845. OLE color: 14712845.

HSL color Cylindrical-coordinate representation of color #0D80E0: hue angle of 207.3º 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 #0D80E0 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13128224-
CMYK0.940.4300.12
HSL207.3º89.03%46.47%-
HSV(B)207.3º94.2%87.84%-
XYZ21.3420.9173.43-
YUV104.56195.462.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.56%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 224 (87.89% from 255) = 61.37%
R=3.56%
G=35.07%
B=61.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal131282240.940.4300.12207.389.0346.47
HexD80E05E2B0Ccf592e
Octal152003401365301431713156
Binary11011000000011100000101111010101101100110011111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D80E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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