Html Css Color HEX #053FEE Navy Blue

📋 copy color: '#053FEE'

red 5 ◦ green 63 ◦ blue 238

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

Shades of Navy Blue #053FEE

Tints of Navy Blue #053FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 77.78%

R = 1.63%
G = 20.59%
B = 77.78%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#053FEE (or 0x053FEE) is known color: Navy Blue. HEX triplet: 05, 3F and EE. RGB value is (5,63,238). Sum of RGB (Red+Green+Blue) = 5+63+238=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 238 (93.36% from 255 or 77.78% from 306); Max value from RGB is 238 - color contains mainly: blue. Hex color #053FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053FEE is #FAC011. Grayscale: #404040. Windows color (decimal): -16433170 or 15613701. OLE color: 15613701.

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

Color convert

RGB 5 63 238 -
CMYK 0.98 0.74 0 0.07
HSL 225.06º 0.96% 0.48% -
HSV(B) 225.06º 0.98% 0.93% -
XYZ 17.27 9.76 81.86 -
YUV 65.61 225.28 84.77 -
System Red Green Blue C M Y K H S L
Decimal 5 63 238 0.98 0.74 0 0.07 225.06 0.96 0.48
Hex 5 3F EE 62 4A 0 7 E1 60 30
Octal 5 77 356 142 112 0 7 341 140 60
Binary 101 111111 11101110 1100010 1001010 0 111 11100001 1100000 110000

Color Harmonies of #053FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FEE

Black with #053FEE

Text Example


Text Example

White with #053FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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