Html Css Color HEX #1577CB Navy Blue

📋 copy color: '#1577CB'

red 21 ◦ green 119 ◦ blue 203

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

Shades of Navy Blue #1577CB

Tints of Navy Blue #1577CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.18%

R = 6.12%
G = 34.69%
B = 59.18%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1577CB (or 0x1577CB) is known color: Navy Blue. HEX triplet: 15, 77 and CB. RGB value is (21,119,203). Sum of RGB (Red+Green+Blue) = 21+119+203=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #1577CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1577CB is #EA8834. Grayscale: #626262. Windows color (decimal): -15370293 or 13334293. OLE color: 13334293.

HSL color Cylindrical-coordinate representation of color #1577CB: hue angle of 207.69º 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 #1577CB is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 119 203 -
CMYK 0.90 0.41 0 0.20
HSL 207.69º 0.81% 0.44% -
HSV(B) 207.69º 0.9% 0.8% -
XYZ 17.69 17.66 58.98 -
YUV 99.27 186.53 72.17 -
System Red Green Blue C M Y K H S L
Decimal 21 119 203 0.90 0.41 0 0.20 207.69 0.81 0.44
Hex 15 77 CB 5A 29 0 14 D0 51 2C
Octal 25 167 313 132 51 0 24 320 121 54
Binary 10101 1110111 11001011 1011010 101001 0 10100 11010000 1010001 101100

Color Harmonies of #1577CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1577CB

Black with #1577CB

Text Example


Text Example

White with #1577CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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