Html Css Color HEX #1577DA Navy Blue

📋 copy color: '#1577DA'

red 21 ◦ green 119 ◦ blue 218

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

Shades of Navy Blue #1577DA

Tints of Navy Blue #1577DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.89%

R = 5.87%
G = 33.24%
B = 60.89%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1577DA (or 0x1577DA) is known color: Navy Blue. HEX triplet: 15, 77 and DA. RGB value is (21,119,218). Sum of RGB (Red+Green+Blue) = 21+119+218=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #1577DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1577DA is #EA8825. Grayscale: #646464. Windows color (decimal): -15370278 or 14317333. OLE color: 14317333.

HSL color Cylindrical-coordinate representation of color #1577DA: hue angle of 210.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1577DA is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 119 218 -
CMYK 0.90 0.45 0 0.15
HSL 210.15º 0.82% 0.47% -
HSV(B) 210.15º 0.9% 0.85% -
XYZ 19.56 18.42 68.85 -
YUV 100.98 194.03 70.95 -
System Red Green Blue C M Y K H S L
Decimal 21 119 218 0.90 0.45 0 0.15 210.15 0.82 0.47
Hex 15 77 DA 5A 2D 0 F D2 52 2F
Octal 25 167 332 132 55 0 17 322 122 57
Binary 10101 1110111 11011010 1011010 101101 0 1111 11010010 1010010 101111

Color Harmonies of #1577DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1577DA

Black with #1577DA

Text Example


Text Example

White with #1577DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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