Html Css Color HEX #057ECC Navy Blue

📋 copy color: '#057ECC'

red 5 ◦ green 126 ◦ blue 204

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

Shades of Navy Blue #057ECC

Tints of Navy Blue #057ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 1.49%
G = 37.61%
B = 60.9%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#057ECC (or 0x057ECC) is known color: Navy Blue. HEX triplet: 05, 7E and CC. RGB value is (5,126,204). Sum of RGB (Red+Green+Blue) = 5+126+204=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #057ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ECC is #FA8133. Grayscale: #626262. Windows color (decimal): -16417076 or 13401605. OLE color: 13401605.

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

Color convert

RGB 5 126 204 -
CMYK 0.98 0.38 0 0.2
HSL 203.52º 0.95% 0.41% -
HSV(B) 203.52º 0.98% 0.8% -
XYZ 18.42 19.31 59.88 -
YUV 98.71 187.41 61.16 -
System Red Green Blue C M Y K H S L
Decimal 5 126 204 0.98 0.38 0 0.2 203.52 0.95 0.41
Hex 5 7E CC 62 26 0 14 CC 5F 29
Octal 5 176 314 142 46 0 24 314 137 51
Binary 101 1111110 11001100 1100010 100110 0 10100 11001100 1011111 101001

Color Harmonies of #057ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057ECC

Black with #057ECC

Text Example


Text Example

White with #057ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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