#0270D7

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

Shades of Navy Blue #0270D7

Tints of Navy Blue #0270D7

Color information

#0270D7 (or 0x0270D7) is unknown color: approx Navy Blue. HEX triplet: 02, 70 and D7. RGB value is (2,112,215). Sum of RGB (Red+Green+Blue) = 2+112+215=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 215 (84.38% from 255 or 65.35% from 329); Max value from RGB is 215 - color contains mainly: blue. Hex color #0270D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0270D7 is #FD8F28. Grayscale: #5A5A5A. Windows color (decimal): -16617257 or 14118914. OLE color: 14118914.

HSL color Cylindrical-coordinate representation of color #0270D7: hue angle of 209.01º 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 #0270D7 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2112215-
CMYK0.990.4800.16
HSL209.01º98.16%42.55%-
HSV(B)209.01º99.07%84.31%-
XYZ18.0816.5166.52-
YUV90.85198.0664.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 215 (84.38% from 255) = 65.35%
R=0.61%
G=34.04%
B=65.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21122150.990.4800.16209.0198.1642.55
Hex270D76330010d1622b
Octal21603271436002032114253
Binary101110000110101111100011110000010000110100011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0270D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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