Html Css Color HEX #057ECB Navy Blue

📋 copy color: '#057ECB'

red 5 ◦ green 126 ◦ blue 203

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

Shades of Navy Blue #057ECB

Tints of Navy Blue #057ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.78%

R = 1.5%
G = 37.72%
B = 60.78%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#057ECB (or 0x057ECB) is known color: Navy Blue. HEX triplet: 05, 7E and CB. RGB value is (5,126,203). Sum of RGB (Red+Green+Blue) = 5+126+203=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #057ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ECB is #FA8134. Grayscale: #626262. Windows color (decimal): -16417077 or 13336069. OLE color: 13336069.

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

Color convert

RGB 5 126 203 -
CMYK 0.98 0.38 0 0.20
HSL 203.33º 0.95% 0.41% -
HSV(B) 203.33º 0.98% 0.8% -
XYZ 18.3 19.27 59.25 -
YUV 98.6 186.91 61.24 -
System Red Green Blue C M Y K H S L
Decimal 5 126 203 0.98 0.38 0 0.20 203.33 0.95 0.41
Hex 5 7E CB 62 26 0 14 CB 5F 29
Octal 5 176 313 142 46 0 24 313 137 51
Binary 101 1111110 11001011 1100010 100110 0 10100 11001011 1011111 101001

Color Harmonies of #057ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057ECB

Black with #057ECB

Text Example


Text Example

White with #057ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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