Html Css Color HEX #1476CA Navy Blue

📋 copy color: '#1476CA'

red 20 ◦ green 118 ◦ blue 202

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

Shades of Navy Blue #1476CA

Tints of Navy Blue #1476CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

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

R = 5.88%
G = 34.71%
B = 59.41%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1476CA (or 0x1476CA) is known color: Navy Blue. HEX triplet: 14, 76 and CA. RGB value is (20,118,202). Sum of RGB (Red+Green+Blue) = 20+118+202=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #1476CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1476CA is #EB8935. Grayscale: #616161. Windows color (decimal): -15436086 or 13268500. OLE color: 13268500.

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

Color convert

RGB 20 118 202 -
CMYK 0.90 0.42 0 0.21
HSL 207.69º 0.82% 0.44% -
HSV(B) 207.69º 0.9% 0.79% -
XYZ 17.43 17.37 58.31 -
YUV 98.27 186.53 72.17 -
System Red Green Blue C M Y K H S L
Decimal 20 118 202 0.90 0.42 0 0.21 207.69 0.82 0.44
Hex 14 76 CA 5A 2A 0 15 D0 52 2C
Octal 24 166 312 132 52 0 25 320 122 54
Binary 10100 1110110 11001010 1011010 101010 0 10101 11010000 1010010 101100

Color Harmonies of #1476CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1476CA

Black with #1476CA

Text Example


Text Example

White with #1476CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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