Html Css Color HEX #053DF6 Navy Blue

📋 copy color: '#053DF6'

red 5 ◦ green 61 ◦ blue 246

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

Shades of Navy Blue #053DF6

Tints of Navy Blue #053DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 78.85%

R = 1.6%
G = 19.55%
B = 78.85%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#053DF6 (or 0x053DF6) is known color: Navy Blue. HEX triplet: 05, 3D and F6. RGB value is (5,61,246). Sum of RGB (Red+Green+Blue) = 5+61+246=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 246 (96.48% from 255 or 78.85% from 312); Max value from RGB is 246 - color contains mainly: blue. Hex color #053DF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053DF6 is #FAC209. Grayscale: #404040. Windows color (decimal): -16433674 or 16137477. OLE color: 16137477.

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

Color convert

RGB 5 61 246 -
CMYK 0.98 0.75 0 0.04
HSL 226.06º 0.96% 0.49% -
HSV(B) 226.06º 0.98% 0.96% -
XYZ 18.37 10.02 88.16 -
YUV 65.35 229.95 84.96 -
System Red Green Blue C M Y K H S L
Decimal 5 61 246 0.98 0.75 0 0.04 226.06 0.96 0.49
Hex 5 3D F6 62 4B 0 4 E2 60 31
Octal 5 75 366 142 113 0 4 342 140 61
Binary 101 111101 11110110 1100010 1001011 0 100 11100010 1100000 110001

Color Harmonies of #053DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053DF6

Black with #053DF6

Text Example


Text Example

White with #053DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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