#0085DD

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

Shades of Navy Blue #0085DD

Tints of Navy Blue #0085DD

Color information

#0085DD (or 0x0085DD) is unknown color: approx Navy Blue. HEX triplet: 00, 85 and DD. RGB value is (0,133,221). Sum of RGB (Red+Green+Blue) = 0+133+221=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #0085DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0085DD is #FF7A22. Grayscale: #666666. Windows color (decimal): -16742947 or 14517504. OLE color: 14517504.

HSL color Cylindrical-coordinate representation of color #0085DD: hue angle of 203.89º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085DD is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB0133221-
CMYK10.4000.13
HSL203.89º100%43.33%-
HSV(B)203.89º100%86.67%-
XYZ21.442271.52-
YUV103.26194.4454.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 221 (86.72% from 255) = 62.43%
R=0%
G=37.57%
B=62.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal013322110.4000.13203.8910043.33
Hex085DD64280Dcc642b
Octal02053351445001531414453
Binary01000010111011101110010010100001101110011001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0085DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0085DD; }

 p { color: rgb(0,133,221); }

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

<style>
 a { background-color: #0085DD; }

 a { background-color: rgb(0,133,221); }

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

<style>
 span { border-color: #0085DD; }

 span { border-color: rgb(0,133,221); }

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