Html Css Color HEX #1577CF Navy Blue

📋 copy color: '#1577CF'

red 21 ◦ green 119 ◦ blue 207

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

Shades of Navy Blue #1577CF

Tints of Navy Blue #1577CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.65%

R = 6.05%
G = 34.29%
B = 59.65%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1577CF (or 0x1577CF) is known color: Navy Blue. HEX triplet: 15, 77 and CF. RGB value is (21,119,207). Sum of RGB (Red+Green+Blue) = 21+119+207=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #1577CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1577CF is #EA8830. Grayscale: #636363. Windows color (decimal): -15370289 or 13596437. OLE color: 13596437.

HSL color Cylindrical-coordinate representation of color #1577CF: hue angle of 208.39º degrees, saturation: 0.82, 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 #1577CF is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 119 207 -
CMYK 0.90 0.43 0 0.19
HSL 208.39º 0.82% 0.45% -
HSV(B) 208.39º 0.9% 0.81% -
XYZ 18.17 17.86 61.52 -
YUV 99.73 188.53 71.84 -
System Red Green Blue C M Y K H S L
Decimal 21 119 207 0.90 0.43 0 0.19 208.39 0.82 0.45
Hex 15 77 CF 5A 2B 0 13 D0 52 2D
Octal 25 167 317 132 53 0 23 320 122 55
Binary 10101 1110111 11001111 1011010 101011 0 10011 11010000 1010010 101101

Color Harmonies of #1577CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1577CF

Black with #1577CF

Text Example


Text Example

White with #1577CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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