Html Css Color HEX #057ECD Navy Blue

📋 copy color: '#057ECD'

red 5 ◦ green 126 ◦ blue 205

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

Shades of Navy Blue #057ECD

Tints of Navy Blue #057ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.5%

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

R = 1.49%
G = 37.5%
B = 61.01%

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

#057ECD (or 0x057ECD) is known color: Navy Blue. HEX triplet: 05, 7E and CD. RGB value is (5,126,205). Sum of RGB (Red+Green+Blue) = 5+126+205=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #057ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ECD is #FA8132. Grayscale: #626262. Windows color (decimal): -16417075 or 13467141. OLE color: 13467141.

HSL color Cylindrical-coordinate representation of color #057ECD: hue angle of 203.7º 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 #057ECD is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 126 205 -
CMYK 0.98 0.39 0 0.20
HSL 203.7º 0.95% 0.41% -
HSV(B) 203.7º 0.98% 0.8% -
XYZ 18.54 19.36 60.52 -
YUV 98.83 187.91 61.08 -
System Red Green Blue C M Y K H S L
Decimal 5 126 205 0.98 0.39 0 0.20 203.7 0.95 0.41
Hex 5 7E CD 62 27 0 14 CC 5F 29
Octal 5 176 315 142 47 0 24 314 137 51
Binary 101 1111110 11001101 1100010 100111 0 10100 11001100 1011111 101001

Color Harmonies of #057ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057ECD

Black with #057ECD

Text Example


Text Example

White with #057ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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