#0252EB

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

Shades of Navy Blue #0252EB

Tints of Navy Blue #0252EB

Color information

#0252EB (or 0x0252EB) is unknown color: approx Navy Blue. HEX triplet: 02, 52 and EB. RGB value is (2,82,235). Sum of RGB (Red+Green+Blue) = 2+82+235=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 235 (92.19% from 255 or 73.67% from 319); Max value from RGB is 235 - color contains mainly: blue. Hex color #0252EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0252EB is #FDAD14. Grayscale: #4A4A4A. Windows color (decimal): -16624917 or 15421954. OLE color: 15421954.

HSL color Cylindrical-coordinate representation of color #0252EB: hue angle of 219.4º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0252EB is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB282235-
CMYK0.990.6500.08
HSL219.4º98.31%46.47%-
HSV(B)219.4º99.15%92.16%-
XYZ18.0412.0579.97-
YUV75.5221875.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 235 (92.19% from 255) = 73.67%
R=0.63%
G=25.71%
B=73.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2822350.990.6500.08219.498.3146.47
Hex252EB634108db622e
Octal212235314310101033314256
Binary101010010111010111100011100000101000110110111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0252EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0252EB; }

 p { color: rgb(2,82,235); }

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

<style>
 a { background-color: #0252EB; }

 a { background-color: rgb(2,82,235); }

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

<style>
 span { border-color: #0252EB; }

 span { border-color: rgb(2,82,235); }

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