Html Css Color HEX #057CCD Navy Blue

📋 copy color: '#057CCD'

red 5 ◦ green 124 ◦ blue 205

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

Shades of Navy Blue #057CCD

Tints of Navy Blue #057CCD

RGB

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

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

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

R = 1.5%
G = 37.13%
B = 61.38%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#057CCD (or 0x057CCD) is known color: Navy Blue. HEX triplet: 05, 7C and CD. RGB value is (5,124,205). Sum of RGB (Red+Green+Blue) = 5+124+205=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #057CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CCD is #FA8332. Grayscale: #616161. Windows color (decimal): -16417587 or 13466629. OLE color: 13466629.

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

Color convert

RGB 5 124 205 -
CMYK 0.98 0.40 0 0.20
HSL 204.3º 0.95% 0.41% -
HSV(B) 204.3º 0.98% 0.8% -
XYZ 18.29 18.86 60.43 -
YUV 97.65 188.58 61.91 -
System Red Green Blue C M Y K H S L
Decimal 5 124 205 0.98 0.40 0 0.20 204.3 0.95 0.41
Hex 5 7C CD 62 28 0 14 CC 5F 29
Octal 5 174 315 142 50 0 24 314 137 51
Binary 101 1111100 11001101 1100010 101000 0 10100 11001100 1011111 101001

Color Harmonies of #057CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CCD

Black with #057CCD

Text Example


Text Example

White with #057CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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