Html Css Color HEX #1470DA Navy Blue

📋 copy color: '#1470DA'

red 20 ◦ green 112 ◦ blue 218

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

Shades of Navy Blue #1470DA

Tints of Navy Blue #1470DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.29%

R = 5.71%
G = 32%
B = 62.29%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1470DA (or 0x1470DA) is known color: Navy Blue. HEX triplet: 14, 70 and DA. RGB value is (20,112,218). Sum of RGB (Red+Green+Blue) = 20+112+218=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #1470DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470DA is #EB8F25. Grayscale: #606060. Windows color (decimal): -15437606 or 14315540. OLE color: 14315540.

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

Color convert

RGB 20 112 218 -
CMYK 0.91 0.49 0 0.15
HSL 212.12º 0.83% 0.47% -
HSV(B) 212.12º 0.91% 0.85% -
XYZ 18.74 16.8 68.58 -
YUV 96.58 196.52 73.38 -
System Red Green Blue C M Y K H S L
Decimal 20 112 218 0.91 0.49 0 0.15 212.12 0.83 0.47
Hex 14 70 DA 5B 31 0 F D4 53 2F
Octal 24 160 332 133 61 0 17 324 123 57
Binary 10100 1110000 11011010 1011011 110001 0 1111 11010100 1010011 101111

Color Harmonies of #1470DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470DA

Black with #1470DA

Text Example


Text Example

White with #1470DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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