Html Css Color HEX #1478CC Navy Blue

📋 copy color: '#1478CC'

red 20 ◦ green 120 ◦ blue 204

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

Shades of Navy Blue #1478CC

Tints of Navy Blue #1478CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.3%

R = 5.81%
G = 34.88%
B = 59.3%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1478CC (or 0x1478CC) is known color: Navy Blue. HEX triplet: 14, 78 and CC. RGB value is (20,120,204). Sum of RGB (Red+Green+Blue) = 20+120+204=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #1478CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1478CC is #EB8733. Grayscale: #636363. Windows color (decimal): -15435572 or 13400084. OLE color: 13400084.

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

Color convert

RGB 20 120 204 -
CMYK 0.90 0.41 0 0.2
HSL 207.39º 0.82% 0.44% -
HSV(B) 207.39º 0.9% 0.8% -
XYZ 17.9 17.94 59.65 -
YUV 99.68 186.87 71.17 -
System Red Green Blue C M Y K H S L
Decimal 20 120 204 0.90 0.41 0 0.2 207.39 0.82 0.44
Hex 14 78 CC 5A 29 0 14 CF 52 2C
Octal 24 170 314 132 51 0 24 317 122 54
Binary 10100 1111000 11001100 1011010 101001 0 10100 11001111 1010010 101100

Color Harmonies of #1478CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1478CC

Black with #1478CC

Text Example


Text Example

White with #1478CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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