#0253eb

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

Shades of Navy Blue #0253EB

Tints of Navy Blue #0253EB

Color information

#0253EB (or 0x0253EB) is unknown color: approx Navy Blue. HEX triplet: 02, 53 and EB. RGB value is (2,83,235). Sum of RGB (Red+Green+Blue) = 2+83+235=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #0253EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0253EB is #FDAC14. Grayscale: #4B4B4B. Windows color (decimal): -16624661 or 15422210. OLE color: 15422210.

HSL color Cylindrical-coordinate representation of color #0253EB: hue angle of 219.14º 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 #0253EB is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB283235-
CMYK0.990.6500.08
HSL219.14º98.31%46.47%-
HSV(B)219.14º99.15%92.16%-
XYZ18.1112.280-
YUV76.11217.6675.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 235 (92.19% from 255) = 73.44%
R=0.62%
G=25.94%
B=73.44%

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
Decimal2832350.990.6500.08219.1498.3146.47
Hex253EB634108db622e
Octal212335314310101033314256
Binary101010011111010111100011100000101000110110111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0253eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0253eb; }

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

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

<style>
 a { background-color: #0253eb; }

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

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

<style>
 span { border-color: #0253eb; }

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

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