Html Css Color HEX #1477CD Navy Blue

📋 copy color: '#1477CD'

red 20 ◦ green 119 ◦ blue 205

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

Shades of Navy Blue #1477CD

Tints of Navy Blue #1477CD

RGB

 RED value IS 20 (8.2% from 255) = 5.81%

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

 BLUE value IS 205 (80.47% from 255) = 59.59%

R = 5.81%
G = 34.59%
B = 59.59%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1477CD (or 0x1477CD) is known color: Navy Blue. HEX triplet: 14, 77 and CD. RGB value is (20,119,205). Sum of RGB (Red+Green+Blue) = 20+119+205=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #1477CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1477CD is #EB8832. Grayscale: #626262. Windows color (decimal): -15435827 or 13465364. OLE color: 13465364.

HSL color Cylindrical-coordinate representation of color #1477CD: hue angle of 207.89º degrees, saturation: 0.82, 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 #1477CD is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 119 205 -
CMYK 0.90 0.42 0 0.20
HSL 207.89º 0.82% 0.44% -
HSV(B) 207.89º 0.9% 0.8% -
XYZ 17.9 17.75 60.24 -
YUV 99.2 187.7 71.51 -
System Red Green Blue C M Y K H S L
Decimal 20 119 205 0.90 0.42 0 0.20 207.89 0.82 0.44
Hex 14 77 CD 5A 2A 0 14 D0 52 2C
Octal 24 167 315 132 52 0 24 320 122 54
Binary 10100 1110111 11001101 1011010 101010 0 10100 11010000 1010010 101100

Color Harmonies of #1477CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1477CD

Black with #1477CD

Text Example


Text Example

White with #1477CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1477CD; }

 p { color: rgb(20,119,205); }

 H1.HeaderClassName
 {
   color: #1477CD;
 }
 .AnyTagClassName
 {
   color: #1477CD;
 }
</style>

background-color css

<style>
 a { background-color: #1477CD; }

 a { background-color: rgb(20,119,205); }

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

border-color css

<style>
 span { border-color: #1477CD; }

 span { border-color: rgb(20,119,205); }

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