Html Css Color HEX #1478D8 Navy Blue

📋 copy color: '#1478D8'

red 20 ◦ green 120 ◦ blue 216

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

Shades of Navy Blue #1478D8

Tints of Navy Blue #1478D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 60.67%

R = 5.62%
G = 33.71%
B = 60.67%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1478D8 (or 0x1478D8) is known color: Navy Blue. HEX triplet: 14, 78 and D8. RGB value is (20,120,216). Sum of RGB (Red+Green+Blue) = 20+120+216=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #1478D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1478D8 is #EB8727. Grayscale: #646464. Windows color (decimal): -15435560 or 14186516. OLE color: 14186516.

HSL color Cylindrical-coordinate representation of color #1478D8: hue angle of 209.39º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1478D8 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 120 216 -
CMYK 0.91 0.44 0 0.15
HSL 209.39º 0.83% 0.46% -
HSV(B) 209.39º 0.91% 0.85% -
XYZ 19.4 18.54 67.52 -
YUV 101.04 192.87 70.19 -
System Red Green Blue C M Y K H S L
Decimal 20 120 216 0.91 0.44 0 0.15 209.39 0.83 0.46
Hex 14 78 D8 5B 2C 0 F D1 53 2E
Octal 24 170 330 133 54 0 17 321 123 56
Binary 10100 1111000 11011000 1011011 101100 0 1111 11010001 1010011 101110

Color Harmonies of #1478D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1478D8

Black with #1478D8

Text Example


Text Example

White with #1478D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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