#0052EE

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

Shades of Navy Blue #0052EE

Tints of Navy Blue #0052EE

Color information

#0052EE (or 0x0052EE) is unknown color: approx Navy Blue. HEX triplet: 00, 52 and EE. RGB value is (0,82,238). Sum of RGB (Red+Green+Blue) = 0+82+238=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #0052EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0052EE is #FFAD11. Grayscale: #4A4A4A. Windows color (decimal): -16755986 or 15618560. OLE color: 15618560.

HSL color Cylindrical-coordinate representation of color #0052EE: hue angle of 219.33º 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 #0052EE is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB082238-
CMYK10.6600.07
HSL219.33º100%46.67%-
HSV(B)219.33º100%93.33%-
XYZ18.4512.2182.27-
YUV75.27219.8374.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 238 (93.36% from 255) = 74.38%
R=0%
G=25.62%
B=74.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal08223810.6600.07219.3310046.67
Hex052EE644207db642f
Octal01223561441020733314457
Binary0101001011101110110010010000100111110110111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0052EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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