Html Css Color HEX #057DDA Navy Blue

📋 copy color: '#057DDA'

red 5 ◦ green 125 ◦ blue 218

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

Shades of Navy Blue #057DDA

Tints of Navy Blue #057DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

 BLUE value IS 218 (85.55% from 255) = 62.64%

R = 1.44%
G = 35.92%
B = 62.64%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#057DDA (or 0x057DDA) is known color: Navy Blue. HEX triplet: 05, 7D and DA. RGB value is (5,125,218). Sum of RGB (Red+Green+Blue) = 5+125+218=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #057DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DDA is #FA8225. Grayscale: #636363. Windows color (decimal): -16417318 or 14318853. OLE color: 14318853.

HSL color Cylindrical-coordinate representation of color #057DDA: hue angle of 206.2º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057DDA is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 125 218 -
CMYK 0.98 0.43 0 0.15
HSL 206.2º 0.96% 0.44% -
HSV(B) 206.2º 0.98% 0.85% -
XYZ 20.05 19.76 69.09 -
YUV 99.72 194.74 60.44 -
System Red Green Blue C M Y K H S L
Decimal 5 125 218 0.98 0.43 0 0.15 206.2 0.96 0.44
Hex 5 7D DA 62 2B 0 F CE 60 2C
Octal 5 175 332 142 53 0 17 316 140 54
Binary 101 1111101 11011010 1100010 101011 0 1111 11001110 1100000 101100

Color Harmonies of #057DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DDA

Black with #057DDA

Text Example


Text Example

White with #057DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057DDA; }

 p { color: rgb(5,125,218); }

 H1.HeaderClassName
 {
   color: #057DDA;
 }
 .AnyTagClassName
 {
   color: #057DDA;
 }
</style>

background-color css

<style>
 a { background-color: #057DDA; }

 a { background-color: rgb(5,125,218); }

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

border-color css

<style>
 span { border-color: #057DDA; }

 span { border-color: rgb(5,125,218); }

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