Html Css Color HEX #1577CC Navy Blue

📋 copy color: '#1577CC'

red 21 ◦ green 119 ◦ blue 204

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

Shades of Navy Blue #1577CC

Tints of Navy Blue #1577CC

RGB

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

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

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

R = 6.1%
G = 34.59%
B = 59.3%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1577CC (or 0x1577CC) is known color: Navy Blue. HEX triplet: 15, 77 and CC. RGB value is (21,119,204). Sum of RGB (Red+Green+Blue) = 21+119+204=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #1577CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1577CC is #EA8833. Grayscale: #626262. Windows color (decimal): -15370292 or 13399829. OLE color: 13399829.

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

Color convert

RGB 21 119 204 -
CMYK 0.90 0.42 0 0.2
HSL 207.87º 0.81% 0.44% -
HSV(B) 207.87º 0.9% 0.8% -
XYZ 17.81 17.71 59.61 -
YUV 99.39 187.03 72.09 -
System Red Green Blue C M Y K H S L
Decimal 21 119 204 0.90 0.42 0 0.2 207.87 0.81 0.44
Hex 15 77 CC 5A 2A 0 14 D0 51 2C
Octal 25 167 314 132 52 0 24 320 121 54
Binary 10101 1110111 11001100 1011010 101010 0 10100 11010000 1010001 101100

Color Harmonies of #1577CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1577CC

Black with #1577CC

Text Example


Text Example

White with #1577CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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