Html Css Color HEX #1577CE Navy Blue

📋 copy color: '#1577CE'

red 21 ◦ green 119 ◦ blue 206

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

Shades of Navy Blue #1577CE

Tints of Navy Blue #1577CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 6.07%
G = 34.39%
B = 59.54%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1577CE (or 0x1577CE) is known color: Navy Blue. HEX triplet: 15, 77 and CE. RGB value is (21,119,206). Sum of RGB (Red+Green+Blue) = 21+119+206=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #1577CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1577CE is #EA8831. Grayscale: #636363. Windows color (decimal): -15370290 or 13530901. OLE color: 13530901.

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

Color convert

RGB 21 119 206 -
CMYK 0.90 0.42 0 0.19
HSL 208.22º 0.81% 0.45% -
HSV(B) 208.22º 0.9% 0.81% -
XYZ 18.05 17.81 60.88 -
YUV 99.62 188.03 71.93 -
System Red Green Blue C M Y K H S L
Decimal 21 119 206 0.90 0.42 0 0.19 208.22 0.81 0.45
Hex 15 77 CE 5A 2A 0 13 D0 51 2D
Octal 25 167 316 132 52 0 23 320 121 55
Binary 10101 1110111 11001110 1011010 101010 0 10011 11010000 1010001 101101

Color Harmonies of #1577CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1577CE

Black with #1577CE

Text Example


Text Example

White with #1577CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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