Html Css Color HEX #1478DE Navy Blue

📋 copy color: '#1478DE'

red 20 ◦ green 120 ◦ blue 222

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

Shades of Navy Blue #1478DE

Tints of Navy Blue #1478DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.33%

R = 5.52%
G = 33.15%
B = 61.33%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1478DE (or 0x1478DE) is known color: Navy Blue. HEX triplet: 14, 78 and DE. RGB value is (20,120,222). Sum of RGB (Red+Green+Blue) = 20+120+222=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #1478DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1478DE is #EB8721. Grayscale: #656565. Windows color (decimal): -15435554 or 14579732. OLE color: 14579732.

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

Color convert

RGB 20 120 222 -
CMYK 0.91 0.46 0 0.13
HSL 210.3º 0.83% 0.47% -
HSV(B) 210.3º 0.91% 0.87% -
XYZ 20.19 18.86 71.68 -
YUV 101.73 195.87 69.71 -
System Red Green Blue C M Y K H S L
Decimal 20 120 222 0.91 0.46 0 0.13 210.3 0.83 0.47
Hex 14 78 DE 5B 2E 0 D D2 53 2F
Octal 24 170 336 133 56 0 15 322 123 57
Binary 10100 1111000 11011110 1011011 101110 0 1101 11010010 1010011 101111

Color Harmonies of #1478DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1478DE

Black with #1478DE

Text Example


Text Example

White with #1478DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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