Html Css Color HEX #057DCD Navy Blue

📋 copy color: '#057DCD'

red 5 ◦ green 125 ◦ blue 205

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

Shades of Navy Blue #057DCD

Tints of Navy Blue #057DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.19%

R = 1.49%
G = 37.31%
B = 61.19%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#057DCD (or 0x057DCD) is known color: Navy Blue. HEX triplet: 05, 7D and CD. RGB value is (5,125,205). Sum of RGB (Red+Green+Blue) = 5+125+205=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #057DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DCD is #FA8232. Grayscale: #616161. Windows color (decimal): -16417331 or 13466885. OLE color: 13466885.

HSL color Cylindrical-coordinate representation of color #057DCD: hue angle of 204º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057DCD is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 125 205 -
CMYK 0.98 0.39 0 0.20
HSL 204º 0.95% 0.41% -
HSV(B) 204º 0.98% 0.8% -
XYZ 18.42 19.11 60.48 -
YUV 98.24 188.24 61.5 -
System Red Green Blue C M Y K H S L
Decimal 5 125 205 0.98 0.39 0 0.20 204 0.95 0.41
Hex 5 7D CD 62 27 0 14 CC 5F 29
Octal 5 175 315 142 47 0 24 314 137 51
Binary 101 1111101 11001101 1100010 100111 0 10100 11001100 1011111 101001

Color Harmonies of #057DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DCD

Black with #057DCD

Text Example


Text Example

White with #057DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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