Html Css Color HEX #1478CA Navy Blue

📋 copy color: '#1478CA'

red 20 ◦ green 120 ◦ blue 202

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

Shades of Navy Blue #1478CA

Tints of Navy Blue #1478CA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

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

R = 5.85%
G = 35.09%
B = 59.06%

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

#1478CA (or 0x1478CA) is known color: Navy Blue. HEX triplet: 14, 78 and CA. RGB value is (20,120,202). Sum of RGB (Red+Green+Blue) = 20+120+202=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #1478CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1478CA is #EB8735. Grayscale: #636363. Windows color (decimal): -15435574 or 13269012. OLE color: 13269012.

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

Color convert

RGB 20 120 202 -
CMYK 0.90 0.41 0 0.21
HSL 207.03º 0.82% 0.44% -
HSV(B) 207.03º 0.9% 0.79% -
XYZ 17.67 17.85 58.39 -
YUV 99.45 185.87 71.33 -
System Red Green Blue C M Y K H S L
Decimal 20 120 202 0.90 0.41 0 0.21 207.03 0.82 0.44
Hex 14 78 CA 5A 29 0 15 CF 52 2C
Octal 24 170 312 132 51 0 25 317 122 54
Binary 10100 1111000 11001010 1011010 101001 0 10101 11001111 1010010 101100

Color Harmonies of #1478CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1478CA

Black with #1478CA

Text Example


Text Example

White with #1478CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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