Html Css Color HEX #053DF8 Navy Blue

📋 copy color: '#053DF8'

red 5 ◦ green 61 ◦ blue 248

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

Shades of Navy Blue #053DF8

Tints of Navy Blue #053DF8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

 BLUE value IS 248 (97.27% from 255) = 78.98%

R = 1.59%
G = 19.43%
B = 78.98%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#053DF8 (or 0x053DF8) is known color: Navy Blue. HEX triplet: 05, 3D and F8. RGB value is (5,61,248). Sum of RGB (Red+Green+Blue) = 5+61+248=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 248 (97.27% from 255 or 78.98% from 314); Max value from RGB is 248 - color contains mainly: blue. Hex color #053DF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053DF8 is #FAC207. Grayscale: #404040. Windows color (decimal): -16433672 or 16268549. OLE color: 16268549.

HSL color Cylindrical-coordinate representation of color #053DF8: hue angle of 226.17º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053DF8 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 5 61 248 -
CMYK 0.98 0.75 0 0.03
HSL 226.17º 0.96% 0.5% -
HSV(B) 226.17º 0.98% 0.97% -
XYZ 18.67 10.15 89.78 -
YUV 65.57 230.95 84.79 -
System Red Green Blue C M Y K H S L
Decimal 5 61 248 0.98 0.75 0 0.03 226.17 0.96 0.5
Hex 5 3D F8 62 4B 0 3 E2 60 32
Octal 5 75 370 142 113 0 3 342 140 62
Binary 101 111101 11111000 1100010 1001011 0 11 11100010 1100000 110010

Color Harmonies of #053DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053DF8

Black with #053DF8

Text Example


Text Example

White with #053DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,61,248); }

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

background-color css

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

 a { background-color: rgb(5,61,248); }

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

border-color css

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

 span { border-color: rgb(5,61,248); }

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