Html Css Color HEX #1574DB Navy Blue

📋 copy color: '#1574DB'

red 21 ◦ green 116 ◦ blue 219

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

Shades of Navy Blue #1574DB

Tints of Navy Blue #1574DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

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

R = 5.9%
G = 32.58%
B = 61.52%

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

#1574DB (or 0x1574DB) is known color: Navy Blue. HEX triplet: 15, 74 and DB. RGB value is (21,116,219). Sum of RGB (Red+Green+Blue) = 21+116+219=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #1574DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1574DB is #EA8B24. Grayscale: #626262. Windows color (decimal): -15371045 or 14382101. OLE color: 14382101.

HSL color Cylindrical-coordinate representation of color #1574DB: hue angle of 211.21º 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 #1574DB is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 116 219 -
CMYK 0.90 0.47 0 0.14
HSL 211.21º 0.83% 0.47% -
HSV(B) 211.21º 0.9% 0.86% -
XYZ 19.34 17.76 69.43 -
YUV 99.34 195.53 72.12 -
System Red Green Blue C M Y K H S L
Decimal 21 116 219 0.90 0.47 0 0.14 211.21 0.83 0.47
Hex 15 74 DB 5A 2F 0 E D3 52 2F
Octal 25 164 333 132 57 0 16 323 122 57
Binary 10101 1110100 11011011 1011010 101111 0 1110 11010011 1010010 101111

Color Harmonies of #1574DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1574DB

Black with #1574DB

Text Example


Text Example

White with #1574DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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