#0371DD

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

Shades of Navy Blue #0371DD

Tints of Navy Blue #0371DD

Color information

#0371DD (or 0x0371DD) is unknown color: approx Navy Blue. HEX triplet: 03, 71 and DD. RGB value is (3,113,221). Sum of RGB (Red+Green+Blue) = 3+113+221=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #0371DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0371DD is #FC8E22. Grayscale: #5B5B5B. Windows color (decimal): -16551459 or 14512387. OLE color: 14512387.

HSL color Cylindrical-coordinate representation of color #0371DD: hue angle of 209.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0371DD is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3113221-
CMYK0.990.4900.13
HSL209.72º97.32%43.92%-
HSV(B)209.72º98.64%86.67%-
XYZ18.9917.0570.7-
YUV92.42200.5664.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.89%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 221 (86.72% from 255) = 65.58%
R=0.89%
G=33.53%
B=65.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal31132210.990.4900.13209.7297.3243.92
Hex371DD63310Dd2612c
Octal31613351436101532214154
Binary11111000111011101110001111000101101110100101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0371DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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