Html Css Color HEX #0253EC Navy Blue

📋 copy color: '#0253EC'

red 2 ◦ green 83 ◦ blue 236

#0253EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0253EC

Tints of Navy Blue #0253EC

RGB

 RED value IS 2 (1.17% from 255) = 0.62%

 GREEN value IS 83 (32.81% from 255) = 25.86%

 BLUE value IS 236 (92.58% from 255) = 73.52%

R = 0.62%
G = 25.86%
B = 73.52%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0253EC (or 0x0253EC) is known color: Navy Blue. HEX triplet: 02, 53 and EC. RGB value is (2,83,236). Sum of RGB (Red+Green+Blue) = 2+83+236=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #0253EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0253EC is #FDAC13. Grayscale: #4B4B4B. Windows color (decimal): -16624660 or 15487746. OLE color: 15487746.

HSL color Cylindrical-coordinate representation of color #0253EC: hue angle of 219.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253EC is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 83 236 -
CMYK 0.99 0.65 0 0.07
HSL 219.23º 0.98% 0.47% -
HSV(B) 219.23º 0.99% 0.93% -
XYZ 18.26 12.26 80.76 -
YUV 76.22 218.16 75.06 -
System Red Green Blue C M Y K H S L
Decimal 2 83 236 0.99 0.65 0 0.07 219.23 0.98 0.47
Hex 2 53 EC 63 41 0 7 DB 62 2F
Octal 2 123 354 143 101 0 7 333 142 57
Binary 10 1010011 11101100 1100011 1000001 0 111 11011011 1100010 101111

Color Harmonies of #0253EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0253EC

Black with #0253EC

Text Example


Text Example

White with #0253EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0253EC;
 }
 .AnyTagClassName
 {
   color: #0253EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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