Html Css Color HEX #1579DD Navy Blue

📋 copy color: '#1579DD'

red 21 ◦ green 121 ◦ blue 221

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

Shades of Navy Blue #1579DD

Tints of Navy Blue #1579DD

RGB

 RED value IS 21 (8.59% from 255) = 5.79%

 GREEN value IS 121 (47.66% from 255) = 33.33%

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

R = 5.79%
G = 33.33%
B = 60.88%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1579DD (or 0x1579DD) is known color: Navy Blue. HEX triplet: 15, 79 and DD. RGB value is (21,121,221). Sum of RGB (Red+Green+Blue) = 21+121+221=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #1579DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1579DD is #EA8622. Grayscale: #666666. Windows color (decimal): -15369763 or 14514453. OLE color: 14514453.

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

Color convert

RGB 21 121 221 -
CMYK 0.90 0.45 0 0.13
HSL 210º 0.83% 0.47% -
HSV(B) 210º 0.9% 0.87% -
XYZ 20.2 19.05 71.02 -
YUV 102.5 194.87 69.87 -
System Red Green Blue C M Y K H S L
Decimal 21 121 221 0.90 0.45 0 0.13 210 0.83 0.47
Hex 15 79 DD 5A 2D 0 D D2 53 2F
Octal 25 171 335 132 55 0 15 322 123 57
Binary 10101 1111001 11011101 1011010 101101 0 1101 11010010 1010011 101111

Color Harmonies of #1579DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1579DD

Black with #1579DD

Text Example


Text Example

White with #1579DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,121,221); }

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

background-color css

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

 a { background-color: rgb(21,121,221); }

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

border-color css

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

 span { border-color: rgb(21,121,221); }

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