Html Css Color HEX #1470CE Navy Blue

📋 copy color: '#1470CE'

red 20 ◦ green 112 ◦ blue 206

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

Shades of Navy Blue #1470CE

Tints of Navy Blue #1470CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 5.92%
G = 33.14%
B = 60.95%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1470CE (or 0x1470CE) is known color: Navy Blue. HEX triplet: 14, 70 and CE. RGB value is (20,112,206). Sum of RGB (Red+Green+Blue) = 20+112+206=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #1470CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470CE is #EB8F31. Grayscale: #5E5E5E. Windows color (decimal): -15437618 or 13529108. OLE color: 13529108.

HSL color Cylindrical-coordinate representation of color #1470CE: hue angle of 210.32º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1470CE is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 112 206 -
CMYK 0.90 0.46 0 0.19
HSL 210.32º 0.82% 0.44% -
HSV(B) 210.32º 0.9% 0.81% -
XYZ 17.22 16.19 60.61 -
YUV 95.21 190.52 74.36 -
System Red Green Blue C M Y K H S L
Decimal 20 112 206 0.90 0.46 0 0.19 210.32 0.82 0.44
Hex 14 70 CE 5A 2E 0 13 D2 52 2C
Octal 24 160 316 132 56 0 23 322 122 54
Binary 10100 1110000 11001110 1011010 101110 0 10011 11010010 1010010 101100

Color Harmonies of #1470CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470CE

Black with #1470CE

Text Example


Text Example

White with #1470CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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