Html Css Color HEX #1573DB Navy Blue

📋 copy color: '#1573DB'

red 21 ◦ green 115 ◦ blue 219

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

Shades of Navy Blue #1573DB

Tints of Navy Blue #1573DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

 BLUE value IS 219 (85.94% from 255) = 61.69%

R = 5.92%
G = 32.39%
B = 61.69%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1573DB (or 0x1573DB) is known color: Navy Blue. HEX triplet: 15, 73 and DB. RGB value is (21,115,219). Sum of RGB (Red+Green+Blue) = 21+115+219=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #1573DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1573DB is #EA8C24. Grayscale: #626262. Windows color (decimal): -15371301 or 14381845. OLE color: 14381845.

HSL color Cylindrical-coordinate representation of color #1573DB: hue angle of 211.52º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1573DB is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 115 219 -
CMYK 0.90 0.47 0 0.14
HSL 211.52º 0.83% 0.47% -
HSV(B) 211.52º 0.9% 0.86% -
XYZ 19.23 17.54 69.39 -
YUV 98.75 195.86 72.54 -
System Red Green Blue C M Y K H S L
Decimal 21 115 219 0.90 0.47 0 0.14 211.52 0.83 0.47
Hex 15 73 DB 5A 2F 0 E D4 52 2F
Octal 25 163 333 132 57 0 16 324 122 57
Binary 10101 1110011 11011011 1011010 101111 0 1110 11010100 1010010 101111

Color Harmonies of #1573DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1573DB

Black with #1573DB

Text Example


Text Example

White with #1573DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1573DB; }

 p { color: rgb(21,115,219); }

 H1.HeaderClassName
 {
   color: #1573DB;
 }
 .AnyTagClassName
 {
   color: #1573DB;
 }
</style>

background-color css

<style>
 a { background-color: #1573DB; }

 a { background-color: rgb(21,115,219); }

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

border-color css

<style>
 span { border-color: #1573DB; }

 span { border-color: rgb(21,115,219); }

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