Html Css Color HEX #1464DD Navy Blue

📋 copy color: '#1464DD'

red 20 ◦ green 100 ◦ blue 221

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

Shades of Navy Blue #1464DD

Tints of Navy Blue #1464DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.33%

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

R = 5.87%
G = 29.33%
B = 64.81%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1464DD (or 0x1464DD) is known color: Navy Blue. HEX triplet: 14, 64 and DD. RGB value is (20,100,221). Sum of RGB (Red+Green+Blue) = 20+100+221=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #1464DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1464DD is #EB9B22. Grayscale: #595959. Windows color (decimal): -15440675 or 14509076. OLE color: 14509076.

HSL color Cylindrical-coordinate representation of color #1464DD: hue angle of 216.12º 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 #1464DD is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 100 221 -
CMYK 0.91 0.55 0 0.13
HSL 216.12º 0.83% 0.47% -
HSV(B) 216.12º 0.91% 0.87% -
XYZ 17.9 14.48 70.26 -
YUV 89.87 202 78.16 -
System Red Green Blue C M Y K H S L
Decimal 20 100 221 0.91 0.55 0 0.13 216.12 0.83 0.47
Hex 14 64 DD 5B 37 0 D D8 53 2F
Octal 24 144 335 133 67 0 15 330 123 57
Binary 10100 1100100 11011101 1011011 110111 0 1101 11011000 1010011 101111

Color Harmonies of #1464DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1464DD

Black with #1464DD

Text Example


Text Example

White with #1464DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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