Html Css Color HEX #1477CA Navy Blue

📋 copy color: '#1477CA'

red 20 ◦ green 119 ◦ blue 202

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

Shades of Navy Blue #1477CA

Tints of Navy Blue #1477CA

RGB

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

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

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

R = 5.87%
G = 34.9%
B = 59.24%

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

#1477CA (or 0x1477CA) is known color: Navy Blue. HEX triplet: 14, 77 and CA. RGB value is (20,119,202). Sum of RGB (Red+Green+Blue) = 20+119+202=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #1477CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1477CA is #EB8835. Grayscale: #626262. Windows color (decimal): -15435830 or 13268756. OLE color: 13268756.

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

Color convert

RGB 20 119 202 -
CMYK 0.90 0.41 0 0.21
HSL 207.36º 0.82% 0.44% -
HSV(B) 207.36º 0.9% 0.79% -
XYZ 17.55 17.61 58.35 -
YUV 98.86 186.2 71.75 -
System Red Green Blue C M Y K H S L
Decimal 20 119 202 0.90 0.41 0 0.21 207.36 0.82 0.44
Hex 14 77 CA 5A 29 0 15 CF 52 2C
Octal 24 167 312 132 51 0 25 317 122 54
Binary 10100 1110111 11001010 1011010 101001 0 10101 11001111 1010010 101100

Color Harmonies of #1477CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1477CA

Black with #1477CA

Text Example


Text Example

White with #1477CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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