Html Css Color HEX #057CCC Navy Blue

📋 copy color: '#057CCC'

red 5 ◦ green 124 ◦ blue 204

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

Shades of Navy Blue #057CCC

Tints of Navy Blue #057CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.24%

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

R = 1.5%
G = 37.24%
B = 61.26%

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

#057CCC (or 0x057CCC) is known color: Navy Blue. HEX triplet: 05, 7C and CC. RGB value is (5,124,204). Sum of RGB (Red+Green+Blue) = 5+124+204=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #057CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CCC is #FA8333. Grayscale: #616161. Windows color (decimal): -16417588 or 13401093. OLE color: 13401093.

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

Color convert

RGB 5 124 204 -
CMYK 0.98 0.39 0 0.2
HSL 204.12º 0.95% 0.41% -
HSV(B) 204.12º 0.98% 0.8% -
XYZ 18.17 18.81 59.8 -
YUV 97.54 188.08 62 -
System Red Green Blue C M Y K H S L
Decimal 5 124 204 0.98 0.39 0 0.2 204.12 0.95 0.41
Hex 5 7C CC 62 27 0 14 CC 5F 29
Octal 5 174 314 142 47 0 24 314 137 51
Binary 101 1111100 11001100 1100010 100111 0 10100 11001100 1011111 101001

Color Harmonies of #057CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CCC

Black with #057CCC

Text Example


Text Example

White with #057CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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