#0652EF

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

Shades of Navy Blue #0652EF

Tints of Navy Blue #0652EF

Color information

#0652EF (or 0x0652EF) is unknown color: approx Navy Blue. HEX triplet: 06, 52 and EF. RGB value is (6,82,239). Sum of RGB (Red+Green+Blue) = 6+82+239=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #0652EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0652EF is #F9AD10. Grayscale: #4C4C4C. Windows color (decimal): -16362769 or 15684102. OLE color: 15684102.

HSL color Cylindrical-coordinate representation of color #0652EF: hue angle of 220.43º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0652EF is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB682239-
CMYK0.970.6600.06
HSL220.43º95.1%48.04%-
HSV(B)220.43º97.49%93.73%-
XYZ18.6712.3183.05-
YUV77.17219.3277.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.83%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 239 (93.75% from 255) = 73.09%
R=1.83%
G=25.08%
B=73.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal6822390.970.6600.06220.4395.148.04
Hex652EF614206dc5f30
Octal61223571411020633413760
Binary110101001011101111110000110000100110110111001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0652EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0652EF; }

 p { color: rgb(6,82,239); }

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

<style>
 a { background-color: #0652EF; }

 a { background-color: rgb(6,82,239); }

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

<style>
 span { border-color: #0652EF; }

 span { border-color: rgb(6,82,239); }

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