Html Css Color HEX #057DCC Navy Blue

📋 copy color: '#057DCC'

red 5 ◦ green 125 ◦ blue 204

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

Shades of Navy Blue #057DCC

Tints of Navy Blue #057DCC

RGB

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

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

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

R = 1.5%
G = 37.43%
B = 61.08%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#057DCC (or 0x057DCC) is known color: Navy Blue. HEX triplet: 05, 7D and CC. RGB value is (5,125,204). Sum of RGB (Red+Green+Blue) = 5+125+204=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #057DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DCC is #FA8233. Grayscale: #616161. Windows color (decimal): -16417332 or 13401349. OLE color: 13401349.

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

Color convert

RGB 5 125 204 -
CMYK 0.98 0.39 0 0.2
HSL 203.82º 0.95% 0.41% -
HSV(B) 203.82º 0.98% 0.8% -
XYZ 18.3 19.06 59.84 -
YUV 98.13 187.74 61.58 -
System Red Green Blue C M Y K H S L
Decimal 5 125 204 0.98 0.39 0 0.2 203.82 0.95 0.41
Hex 5 7D CC 62 27 0 14 CC 5F 29
Octal 5 175 314 142 47 0 24 314 137 51
Binary 101 1111101 11001100 1100010 100111 0 10100 11001100 1011111 101001

Color Harmonies of #057DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DCC

Black with #057DCC

Text Example


Text Example

White with #057DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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