Html Css Color HEX #1577CA Navy Blue

📋 copy color: '#1577CA'

red 21 ◦ green 119 ◦ blue 202

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

Shades of Navy Blue #1577CA

Tints of Navy Blue #1577CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.06%

R = 6.14%
G = 34.8%
B = 59.06%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1577CA (or 0x1577CA) is known color: Navy Blue. HEX triplet: 15, 77 and CA. RGB value is (21,119,202). Sum of RGB (Red+Green+Blue) = 21+119+202=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #1577CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1577CA is #EA8835. Grayscale: #626262. Windows color (decimal): -15370294 or 13268757. OLE color: 13268757.

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

Color convert

RGB 21 119 202 -
CMYK 0.90 0.41 0 0.21
HSL 207.51º 0.81% 0.44% -
HSV(B) 207.51º 0.9% 0.79% -
XYZ 17.57 17.62 58.35 -
YUV 99.16 186.03 72.25 -
System Red Green Blue C M Y K H S L
Decimal 21 119 202 0.90 0.41 0 0.21 207.51 0.81 0.44
Hex 15 77 CA 5A 29 0 15 D0 51 2C
Octal 25 167 312 132 51 0 25 320 121 54
Binary 10101 1110111 11001010 1011010 101001 0 10101 11010000 1010001 101100

Color Harmonies of #1577CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1577CA

Black with #1577CA

Text Example


Text Example

White with #1577CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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