Html Css Color HEX #1476DB Navy Blue

📋 copy color: '#1476DB'

red 20 ◦ green 118 ◦ blue 219

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

Shades of Navy Blue #1476DB

Tints of Navy Blue #1476DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.34%

R = 5.6%
G = 33.05%
B = 61.34%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1476DB (or 0x1476DB) is known color: Navy Blue. HEX triplet: 14, 76 and DB. RGB value is (20,118,219). Sum of RGB (Red+Green+Blue) = 20+118+219=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #1476DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1476DB is #EB8924. Grayscale: #636363. Windows color (decimal): -15436069 or 14382612. OLE color: 14382612.

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

Color convert

RGB 20 118 219 -
CMYK 0.91 0.46 0 0.14
HSL 210.45º 0.83% 0.47% -
HSV(B) 210.45º 0.91% 0.86% -
XYZ 19.55 18.22 69.5 -
YUV 100.21 195.03 70.79 -
System Red Green Blue C M Y K H S L
Decimal 20 118 219 0.91 0.46 0 0.14 210.45 0.83 0.47
Hex 14 76 DB 5B 2E 0 E D2 53 2F
Octal 24 166 333 133 56 0 16 322 123 57
Binary 10100 1110110 11011011 1011011 101110 0 1110 11010010 1010011 101111

Color Harmonies of #1476DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1476DB

Black with #1476DB

Text Example


Text Example

White with #1476DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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