Html Css Color HEX #053FED Navy Blue

📋 copy color: '#053FED'

red 5 ◦ green 63 ◦ blue 237

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

Shades of Navy Blue #053FED

Tints of Navy Blue #053FED

RGB

 RED value IS 5 (2.34% from 255) = 1.64%

 GREEN value IS 63 (25% from 255) = 20.66%

 BLUE value IS 237 (92.97% from 255) = 77.7%

R = 1.64%
G = 20.66%
B = 77.7%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#053FED (or 0x053FED) is known color: Navy Blue. HEX triplet: 05, 3F and ED. RGB value is (5,63,237). Sum of RGB (Red+Green+Blue) = 5+63+237=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 237 (92.97% from 255 or 77.70% from 305); Max value from RGB is 237 - color contains mainly: blue. Hex color #053FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053FED is #FAC012. Grayscale: #404040. Windows color (decimal): -16433171 or 15548165. OLE color: 15548165.

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

Color convert

RGB 5 63 237 -
CMYK 0.98 0.73 0 0.07
HSL 225º 0.96% 0.47% -
HSV(B) 225º 0.98% 0.93% -
XYZ 17.13 9.7 81.09 -
YUV 65.49 224.78 84.85 -
System Red Green Blue C M Y K H S L
Decimal 5 63 237 0.98 0.73 0 0.07 225 0.96 0.47
Hex 5 3F ED 62 49 0 7 E1 60 2F
Octal 5 77 355 142 111 0 7 341 140 57
Binary 101 111111 11101101 1100010 1001001 0 111 11100001 1100000 101111

Color Harmonies of #053FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FED

Black with #053FED

Text Example


Text Example

White with #053FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053FED; }

 p { color: rgb(5,63,237); }

 H1.HeaderClassName
 {
   color: #053FED;
 }
 .AnyTagClassName
 {
   color: #053FED;
 }
</style>

background-color css

<style>
 a { background-color: #053FED; }

 a { background-color: rgb(5,63,237); }

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

border-color css

<style>
 span { border-color: #053FED; }

 span { border-color: rgb(5,63,237); }

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