#0D50D8

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

Shades of Navy Blue #0D50D8

Tints of Navy Blue #0D50D8

Color information

#0D50D8 (or 0x0D50D8) is unknown color: approx Navy Blue. HEX triplet: 0D, 50 and D8. RGB value is (13,80,216). Sum of RGB (Red+Green+Blue) = 13+80+216=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 216 (84.77% from 255 or 69.90% from 309); Max value from RGB is 216 - color contains mainly: blue. Hex color #0D50D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D50D8 is #F2AF27. Grayscale: #4A4A4A. Windows color (decimal): -15904552 or 14176269. OLE color: 14176269.

HSL color Cylindrical-coordinate representation of color #0D50D8: hue angle of 220.2º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D50D8 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1380216-
CMYK0.940.6300.15
HSL220.2º88.65%44.9%-
HSV(B)220.2º93.98%84.71%-
XYZ15.4310.7866.23-
YUV75.47207.383.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.21%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 216 (84.77% from 255) = 69.90%
R=4.21%
G=25.89%
B=69.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal13802160.940.6300.15220.288.6544.9
HexD50D85E3F0Fdc592d
Octal151203301367701733413155
Binary1101101000011011000101111011111101111110111001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D50D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,80,216); }

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

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

 a { background-color: rgb(13,80,216); }

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

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

 span { border-color: rgb(13,80,216); }

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