Html Css Color HEX #0253FA Navy Blue

📋 copy color: '#0253FA'

red 2 ◦ green 83 ◦ blue 250

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

Shades of Navy Blue #0253FA

Tints of Navy Blue #0253FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.63%

R = 0.6%
G = 24.78%
B = 74.63%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0253FA (or 0x0253FA) is known color: Navy Blue. HEX triplet: 02, 53 and FA. RGB value is (2,83,250). Sum of RGB (Red+Green+Blue) = 2+83+250=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #0253FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0253FA is #FDAC05. Grayscale: #4D4D4D. Windows color (decimal): -16624646 or 16405250. OLE color: 16405250.

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

Color convert

RGB 2 83 250 -
CMYK 0.99 0.67 0 0.02
HSL 220.4º 0.98% 0.49% -
HSV(B) 220.4º 0.99% 0.98% -
XYZ 20.37 13.1 91.9 -
YUV 77.82 225.16 73.92 -
System Red Green Blue C M Y K H S L
Decimal 2 83 250 0.99 0.67 0 0.02 220.4 0.98 0.49
Hex 2 53 FA 63 43 0 2 DC 62 31
Octal 2 123 372 143 103 0 2 334 142 61
Binary 10 1010011 11111010 1100011 1000011 0 10 11011100 1100010 110001

Color Harmonies of #0253FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0253FA

Black with #0253FA

Text Example


Text Example

White with #0253FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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