#0071dd

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

Shades of Navy Blue #0071DD

Tints of Navy Blue #0071DD

Color information

#0071DD (or 0x0071DD) is unknown color: approx Navy Blue. HEX triplet: 00, 71 and DD. RGB value is (0,113,221). Sum of RGB (Red+Green+Blue) = 0+113+221=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #0071DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0071DD is #FF8E22. Grayscale: #5A5A5A. Windows color (decimal): -16748067 or 14512384. OLE color: 14512384.

HSL color Cylindrical-coordinate representation of color #0071DD: hue angle of 209.32º 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 #0071DD is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB0113221-
CMYK10.4900.13
HSL209.32º100%43.33%-
HSV(B)209.32º100%86.67%-
XYZ18.9617.0370.69-
YUV91.52201.0662.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 221 (86.72% from 255) = 66.17%
R=0%
G=33.83%
B=66.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal011322110.4900.13209.3210043.33
Hex071DD64310Dd1642b
Octal01613351446101532114453
Binary0111000111011101110010011000101101110100011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0071dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0071dd; }

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

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

<style>
 a { background-color: #0071dd; }

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

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

<style>
 span { border-color: #0071dd; }

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

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