Html Css Color HEX #1459DD Navy Blue

📋 copy color: '#1459DD'

red 20 ◦ green 89 ◦ blue 221

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

Shades of Navy Blue #1459DD

Tints of Navy Blue #1459DD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.97%

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

R = 6.06%
G = 26.97%
B = 66.97%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1459DD (or 0x1459DD) is known color: Navy Blue. HEX triplet: 14, 59 and DD. RGB value is (20,89,221). Sum of RGB (Red+Green+Blue) = 20+89+221=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #1459DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1459DD is #EBA622. Grayscale: #525252. Windows color (decimal): -15443491 or 14506260. OLE color: 14506260.

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

Color convert

RGB 20 89 221 -
CMYK 0.91 0.60 0 0.13
HSL 219.4º 0.83% 0.47% -
HSV(B) 219.4º 0.91% 0.87% -
XYZ 16.91 12.51 69.93 -
YUV 83.42 205.64 82.77 -
System Red Green Blue C M Y K H S L
Decimal 20 89 221 0.91 0.60 0 0.13 219.4 0.83 0.47
Hex 14 59 DD 5B 3C 0 D DB 53 2F
Octal 24 131 335 133 74 0 15 333 123 57
Binary 10100 1011001 11011101 1011011 111100 0 1101 11011011 1010011 101111

Color Harmonies of #1459DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1459DD

Black with #1459DD

Text Example


Text Example

White with #1459DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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