Html Css Color HEX #1470DB Navy Blue

📋 copy color: '#1470DB'

red 20 ◦ green 112 ◦ blue 219

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

Shades of Navy Blue #1470DB

Tints of Navy Blue #1470DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

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

R = 5.7%
G = 31.91%
B = 62.39%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1470DB (or 0x1470DB) is known color: Navy Blue. HEX triplet: 14, 70 and DB. RGB value is (20,112,219). Sum of RGB (Red+Green+Blue) = 20+112+219=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #1470DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470DB is #EB8F24. Grayscale: #606060. Windows color (decimal): -15437605 or 14381076. OLE color: 14381076.

HSL color Cylindrical-coordinate representation of color #1470DB: hue angle of 212.26º 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 #1470DB is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 112 219 -
CMYK 0.91 0.49 0 0.14
HSL 212.26º 0.83% 0.47% -
HSV(B) 212.26º 0.91% 0.86% -
XYZ 18.87 16.85 69.28 -
YUV 96.69 197.02 73.3 -
System Red Green Blue C M Y K H S L
Decimal 20 112 219 0.91 0.49 0 0.14 212.26 0.83 0.47
Hex 14 70 DB 5B 31 0 E D4 53 2F
Octal 24 160 333 133 61 0 16 324 123 57
Binary 10100 1110000 11011011 1011011 110001 0 1110 11010100 1010011 101111

Color Harmonies of #1470DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470DB

Black with #1470DB

Text Example


Text Example

White with #1470DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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