Html Css Color HEX #1456DB Navy Blue

📋 copy color: '#1456DB'

red 20 ◦ green 86 ◦ blue 219

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

Shades of Navy Blue #1456DB

Tints of Navy Blue #1456DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.46%

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

R = 6.15%
G = 26.46%
B = 67.38%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1456DB (or 0x1456DB) is known color: Navy Blue. HEX triplet: 14, 56 and DB. RGB value is (20,86,219). Sum of RGB (Red+Green+Blue) = 20+86+219=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #1456DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1456DB is #EBA924. Grayscale: #505050. Windows color (decimal): -15444261 or 14374420. OLE color: 14374420.

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

Color convert

RGB 20 86 219 -
CMYK 0.91 0.61 0 0.14
HSL 220.1º 0.83% 0.47% -
HSV(B) 220.1º 0.91% 0.86% -
XYZ 16.4 11.92 68.45 -
YUV 81.43 205.63 84.19 -
System Red Green Blue C M Y K H S L
Decimal 20 86 219 0.91 0.61 0 0.14 220.1 0.83 0.47
Hex 14 56 DB 5B 3D 0 E DC 53 2F
Octal 24 126 333 133 75 0 16 334 123 57
Binary 10100 1010110 11011011 1011011 111101 0 1110 11011100 1010011 101111

Color Harmonies of #1456DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1456DB

Black with #1456DB

Text Example


Text Example

White with #1456DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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