Html Css Color HEX #1456DD Navy Blue

📋 copy color: '#1456DD'

red 20 ◦ green 86 ◦ blue 221

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

Shades of Navy Blue #1456DD

Tints of Navy Blue #1456DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.58%

R = 6.12%
G = 26.3%
B = 67.58%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1456DD (or 0x1456DD) is known color: Navy Blue. HEX triplet: 14, 56 and DD. RGB value is (20,86,221). Sum of RGB (Red+Green+Blue) = 20+86+221=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #1456DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1456DD is #EBA922. Grayscale: #515151. Windows color (decimal): -15444259 or 14505492. OLE color: 14505492.

HSL color Cylindrical-coordinate representation of color #1456DD: hue angle of 220.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1456DD is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 86 221 -
CMYK 0.91 0.61 0 0.13
HSL 220.3º 0.83% 0.47% -
HSV(B) 220.3º 0.91% 0.87% -
XYZ 16.67 12.02 69.85 -
YUV 81.66 206.63 84.02 -
System Red Green Blue C M Y K H S L
Decimal 20 86 221 0.91 0.61 0 0.13 220.3 0.83 0.47
Hex 14 56 DD 5B 3D 0 D DC 53 2F
Octal 24 126 335 133 75 0 15 334 123 57
Binary 10100 1010110 11011101 1011011 111101 0 1101 11011100 1010011 101111

Color Harmonies of #1456DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1456DD

Black with #1456DD

Text Example


Text Example

White with #1456DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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