Html Css Color HEX #1562D7 Navy Blue

📋 copy color: '#1562D7'

red 21 ◦ green 98 ◦ blue 215

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

Shades of Navy Blue #1562D7

Tints of Navy Blue #1562D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 64.37%

R = 6.29%
G = 29.34%
B = 64.37%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1562D7 (or 0x1562D7) is known color: Navy Blue. HEX triplet: 15, 62 and D7. RGB value is (21,98,215). Sum of RGB (Red+Green+Blue) = 21+98+215=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 215 (84.38% from 255 or 64.37% from 334); Max value from RGB is 215 - color contains mainly: blue. Hex color #1562D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1562D7 is #EA9D28. Grayscale: #575757. Windows color (decimal): -15375657 or 14115349. OLE color: 14115349.

HSL color Cylindrical-coordinate representation of color #1562D7: hue angle of 216.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1562D7 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 98 215 -
CMYK 0.90 0.54 0 0.16
HSL 216.19º 0.82% 0.46% -
HSV(B) 216.19º 0.9% 0.84% -
XYZ 16.94 13.8 66.06 -
YUV 88.32 199.49 79.99 -
System Red Green Blue C M Y K H S L
Decimal 21 98 215 0.90 0.54 0 0.16 216.19 0.82 0.46
Hex 15 62 D7 5A 36 0 10 D8 52 2E
Octal 25 142 327 132 66 0 20 330 122 56
Binary 10101 1100010 11010111 1011010 110110 0 10000 11011000 1010010 101110

Color Harmonies of #1562D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1562D7

Black with #1562D7

Text Example


Text Example

White with #1562D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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