Html Css Color HEX #1562DA Navy Blue

📋 copy color: '#1562DA'

red 21 ◦ green 98 ◦ blue 218

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

Shades of Navy Blue #1562DA

Tints of Navy Blue #1562DA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.08%

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

R = 6.23%
G = 29.08%
B = 64.69%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1562DA (or 0x1562DA) is known color: Navy Blue. HEX triplet: 15, 62 and DA. RGB value is (21,98,218). Sum of RGB (Red+Green+Blue) = 21+98+218=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #1562DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1562DA is #EA9D25. Grayscale: #585858. Windows color (decimal): -15375654 or 14311957. OLE color: 14311957.

HSL color Cylindrical-coordinate representation of color #1562DA: hue angle of 216.55º 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 #1562DA is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 98 218 -
CMYK 0.90 0.55 0 0.15
HSL 216.55º 0.82% 0.47% -
HSV(B) 216.55º 0.9% 0.85% -
XYZ 17.33 13.96 68.11 -
YUV 88.66 200.99 79.74 -
System Red Green Blue C M Y K H S L
Decimal 21 98 218 0.90 0.55 0 0.15 216.55 0.82 0.47
Hex 15 62 DA 5A 37 0 F D9 52 2F
Octal 25 142 332 132 67 0 17 331 122 57
Binary 10101 1100010 11011010 1011010 110111 0 1111 11011001 1010010 101111

Color Harmonies of #1562DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1562DA

Black with #1562DA

Text Example


Text Example

White with #1562DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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