#0271D7

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

Shades of Navy Blue #0271D7

Tints of Navy Blue #0271D7

Color information

#0271D7 (or 0x0271D7) is unknown color: approx Navy Blue. HEX triplet: 02, 71 and D7. RGB value is (2,113,215). Sum of RGB (Red+Green+Blue) = 2+113+215=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #0271D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0271D7 is #FD8E28. Grayscale: #5A5A5A. Windows color (decimal): -16617001 or 14119170. OLE color: 14119170.

HSL color Cylindrical-coordinate representation of color #0271D7: hue angle of 208.73º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0271D7 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2113215-
CMYK0.990.4700.16
HSL208.73º98.16%42.55%-
HSV(B)208.73º99.07%84.31%-
XYZ18.216.7366.56-
YUV91.44197.7364.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 215 (84.38% from 255) = 65.15%
R=0.61%
G=34.24%
B=65.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21132150.990.4700.16208.7398.1642.55
Hex271D7632F010d1622b
Octal21613271435702032114253
Binary101110001110101111100011101111010000110100011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0271D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0271D7; }

 p { color: rgb(2,113,215); }

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

<style>
 a { background-color: #0271D7; }

 a { background-color: rgb(2,113,215); }

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

<style>
 span { border-color: #0271D7; }

 span { border-color: rgb(2,113,215); }

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