Html Css Color HEX #1460DB Navy Blue

📋 copy color: '#1460DB'

red 20 ◦ green 96 ◦ blue 219

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

Shades of Navy Blue #1460DB

Tints of Navy Blue #1460DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.66%

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

R = 5.97%
G = 28.66%
B = 65.37%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1460DB (or 0x1460DB) is known color: Navy Blue. HEX triplet: 14, 60 and DB. RGB value is (20,96,219). Sum of RGB (Red+Green+Blue) = 20+96+219=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #1460DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1460DB is #EB9F24. Grayscale: #565656. Windows color (decimal): -15441701 or 14376980. OLE color: 14376980.

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

Color convert

RGB 20 96 219 -
CMYK 0.91 0.56 0 0.14
HSL 217.09º 0.83% 0.47% -
HSV(B) 217.09º 0.91% 0.86% -
XYZ 17.26 13.63 68.74 -
YUV 87.3 202.32 80 -
System Red Green Blue C M Y K H S L
Decimal 20 96 219 0.91 0.56 0 0.14 217.09 0.83 0.47
Hex 14 60 DB 5B 38 0 E D9 53 2F
Octal 24 140 333 133 70 0 16 331 123 57
Binary 10100 1100000 11011011 1011011 111000 0 1110 11011001 1010011 101111

Color Harmonies of #1460DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1460DB

Black with #1460DB

Text Example


Text Example

White with #1460DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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