Html Css Color HEX #1577CD Navy Blue

📋 copy color: '#1577CD'

red 21 ◦ green 119 ◦ blue 205

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

Shades of Navy Blue #1577CD

Tints of Navy Blue #1577CD

RGB

 RED value IS 21 (8.59% from 255) = 6.09%

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 6.09%
G = 34.49%
B = 59.42%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1577CD (or 0x1577CD) is known color: Navy Blue. HEX triplet: 15, 77 and CD. RGB value is (21,119,205). Sum of RGB (Red+Green+Blue) = 21+119+205=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #1577CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1577CD is #EA8832. Grayscale: #636363. Windows color (decimal): -15370291 or 13465365. OLE color: 13465365.

HSL color Cylindrical-coordinate representation of color #1577CD: hue angle of 208.04º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1577CD is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 119 205 -
CMYK 0.90 0.42 0 0.20
HSL 208.04º 0.81% 0.44% -
HSV(B) 208.04º 0.9% 0.8% -
XYZ 17.93 17.76 60.24 -
YUV 99.5 187.53 72.01 -
System Red Green Blue C M Y K H S L
Decimal 21 119 205 0.90 0.42 0 0.20 208.04 0.81 0.44
Hex 15 77 CD 5A 2A 0 14 D0 51 2C
Octal 25 167 315 132 52 0 24 320 121 54
Binary 10101 1110111 11001101 1011010 101010 0 10100 11010000 1010001 101100

Color Harmonies of #1577CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1577CD

Black with #1577CD

Text Example


Text Example

White with #1577CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1577CD; }

 p { color: rgb(21,119,205); }

 H1.HeaderClassName
 {
   color: #1577CD;
 }
 .AnyTagClassName
 {
   color: #1577CD;
 }
</style>

background-color css

<style>
 a { background-color: #1577CD; }

 a { background-color: rgb(21,119,205); }

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

border-color css

<style>
 span { border-color: #1577CD; }

 span { border-color: rgb(21,119,205); }

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