Html Css Color HEX #0253FE Navy Blue

📋 copy color: '#0253FE'

red 2 ◦ green 83 ◦ blue 254

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

Shades of Navy Blue #0253FE

Tints of Navy Blue #0253FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.93%

R = 0.59%
G = 24.48%
B = 74.93%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0253FE (or 0x0253FE) is known color: Navy Blue. HEX triplet: 02, 53 and FE. RGB value is (2,83,254). Sum of RGB (Red+Green+Blue) = 2+83+254=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #0253FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0253FE is #FDAC01. Grayscale: #4D4D4D. Windows color (decimal): -16624642 or 16667394. OLE color: 16667394.

HSL color Cylindrical-coordinate representation of color #0253FE: hue angle of 220.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253FE is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 2 83 254 -
CMYK 0.99 0.67 0 0.00
HSL 220.71º 0.99% 0.5% -
HSV(B) 220.71º 0.99% 1% -
XYZ 21.01 13.36 95.24 -
YUV 78.28 227.16 73.6 -
System Red Green Blue C M Y K H S L
Decimal 2 83 254 0.99 0.67 0 0.00 220.71 0.99 0.5
Hex 2 53 FE 63 43 0 0 DD 63 32
Octal 2 123 376 143 103 0 0 335 143 62
Binary 10 1010011 11111110 1100011 1000011 0 0 11011101 1100011 110010

Color Harmonies of #0253FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0253FE

Black with #0253FE

Text Example


Text Example

White with #0253FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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