#0270E7

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

Shades of Navy Blue #0270E7

Tints of Navy Blue #0270E7

Color information

#0270E7 (or 0x0270E7) is unknown color: approx Navy Blue. HEX triplet: 02, 70 and E7. RGB value is (2,112,231). Sum of RGB (Red+Green+Blue) = 2+112+231=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 231 (90.62% from 255 or 66.96% from 345); Max value from RGB is 231 - color contains mainly: blue. Hex color #0270E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0270E7 is #FD8F18. Grayscale: #5C5C5C. Windows color (decimal): -16617241 or 15167490. OLE color: 15167490.

HSL color Cylindrical-coordinate representation of color #0270E7: hue angle of 211.18º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0270E7 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2112231-
CMYK0.990.5200.09
HSL211.18º98.28%45.69%-
HSV(B)211.18º99.13%90.59%-
XYZ20.2417.3777.89-
YUV92.68206.0663.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 231 (90.62% from 255) = 66.96%
R=0.58%
G=32.46%
B=66.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal21122310.990.5200.09211.1898.2845.69
Hex270E7633409d3622e
Octal21603471436401132314256
Binary10111000011100111110001111010001001110100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0270E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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