Html Css Color HEX #1470DF Navy Blue

📋 copy color: '#1470DF'

red 20 ◦ green 112 ◦ blue 223

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

Shades of Navy Blue #1470DF

Tints of Navy Blue #1470DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.82%

R = 5.63%
G = 31.55%
B = 62.82%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1470DF (or 0x1470DF) is known color: Navy Blue. HEX triplet: 14, 70 and DF. RGB value is (20,112,223). Sum of RGB (Red+Green+Blue) = 20+112+223=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #1470DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470DF is #EB8F20. Grayscale: #606060. Windows color (decimal): -15437601 or 14643220. OLE color: 14643220.

HSL color Cylindrical-coordinate representation of color #1470DF: hue angle of 212.81º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1470DF is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 112 223 -
CMYK 0.91 0.50 0 0.13
HSL 212.81º 0.84% 0.48% -
HSV(B) 212.81º 0.91% 0.87% -
XYZ 19.4 17.06 72.08 -
YUV 97.15 199.02 72.97 -
System Red Green Blue C M Y K H S L
Decimal 20 112 223 0.91 0.50 0 0.13 212.81 0.84 0.48
Hex 14 70 DF 5B 32 0 D D5 54 30
Octal 24 160 337 133 62 0 15 325 124 60
Binary 10100 1110000 11011111 1011011 110010 0 1101 11010101 1010100 110000

Color Harmonies of #1470DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470DF

Black with #1470DF

Text Example


Text Example

White with #1470DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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