#0072EE

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

Shades of Navy Blue #0072EE

Tints of Navy Blue #0072EE

Color information

#0072EE (or 0x0072EE) is unknown color: approx Navy Blue. HEX triplet: 00, 72 and EE. RGB value is (0,114,238). Sum of RGB (Red+Green+Blue) = 0+114+238=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #0072EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0072EE is #FF8D11. Grayscale: #5D5D5D. Windows color (decimal): -16747794 or 15626752. OLE color: 15626752.

HSL color Cylindrical-coordinate representation of color #0072EE: hue angle of 211.26º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072EE is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB0114238-
CMYK10.5200.07
HSL211.26º100%46.67%-
HSV(B)211.26º100%93.33%-
XYZ21.4518.2183.27-
YUV94.05209.2360.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 238 (93.36% from 255) = 67.61%
R=0%
G=32.39%
B=67.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal011423810.5200.07211.2610046.67
Hex072EE643407d3642f
Octal0162356144640732314457
Binary011100101110111011001001101000111110100111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0072EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0072EE; }

 p { color: rgb(0,114,238); }

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

<style>
 a { background-color: #0072EE; }

 a { background-color: rgb(0,114,238); }

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

<style>
 span { border-color: #0072EE; }

 span { border-color: rgb(0,114,238); }

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