Html Css Color HEX #1579CB Navy Blue

📋 copy color: '#1579CB'

red 21 ◦ green 121 ◦ blue 203

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

Shades of Navy Blue #1579CB

Tints of Navy Blue #1579CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.84%

R = 6.09%
G = 35.07%
B = 58.84%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1579CB (or 0x1579CB) is known color: Navy Blue. HEX triplet: 15, 79 and CB. RGB value is (21,121,203). Sum of RGB (Red+Green+Blue) = 21+121+203=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #1579CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1579CB is #EA8634. Grayscale: #646464. Windows color (decimal): -15369781 or 13334805. OLE color: 13334805.

HSL color Cylindrical-coordinate representation of color #1579CB: hue angle of 207.03º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1579CB is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 121 203 -
CMYK 0.90 0.40 0 0.20
HSL 207.03º 0.81% 0.44% -
HSV(B) 207.03º 0.9% 0.8% -
XYZ 17.93 18.15 59.06 -
YUV 100.45 185.87 71.33 -
System Red Green Blue C M Y K H S L
Decimal 21 121 203 0.90 0.40 0 0.20 207.03 0.81 0.44
Hex 15 79 CB 5A 28 0 14 CF 51 2C
Octal 25 171 313 132 50 0 24 317 121 54
Binary 10101 1111001 11001011 1011010 101000 0 10100 11001111 1010001 101100

Color Harmonies of #1579CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1579CB

Black with #1579CB

Text Example


Text Example

White with #1579CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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