Html Css Color HEX #1574DA Navy Blue

📋 copy color: '#1574DA'

red 21 ◦ green 116 ◦ blue 218

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

Shades of Navy Blue #1574DA

Tints of Navy Blue #1574DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.41%

R = 5.92%
G = 32.68%
B = 61.41%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1574DA (or 0x1574DA) is known color: Navy Blue. HEX triplet: 15, 74 and DA. RGB value is (21,116,218). Sum of RGB (Red+Green+Blue) = 21+116+218=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #1574DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1574DA is #EA8B25. Grayscale: #626262. Windows color (decimal): -15371046 or 14316565. OLE color: 14316565.

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

Color convert

RGB 21 116 218 -
CMYK 0.90 0.47 0 0.15
HSL 211.07º 0.82% 0.47% -
HSV(B) 211.07º 0.9% 0.85% -
XYZ 19.21 17.71 68.74 -
YUV 99.22 195.03 72.21 -
System Red Green Blue C M Y K H S L
Decimal 21 116 218 0.90 0.47 0 0.15 211.07 0.82 0.47
Hex 15 74 DA 5A 2F 0 F D3 52 2F
Octal 25 164 332 132 57 0 17 323 122 57
Binary 10101 1110100 11011010 1011010 101111 0 1111 11010011 1010010 101111

Color Harmonies of #1574DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1574DA

Black with #1574DA

Text Example


Text Example

White with #1574DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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