#1562EC

Color #1562EC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1562EC

Tints of Navy Blue #1562EC

Color information

#1562EC (or 0x1562EC) is unknown color: approx Navy Blue. HEX triplet: 15, 62 and EC. RGB value is (21,98,236). Sum of RGB (Red+Green+Blue) = 21+98+236=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #1562EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1562EC is #EA9D13. Grayscale: #5A5A5A. Windows color (decimal): -15375636 or 15491605. OLE color: 15491605.

HSL color Cylindrical-coordinate representation of color #1562EC: hue angle of 218.51º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1562EC is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2198236-
CMYK0.910.5800.07
HSL218.51º84.98%50.39%-
HSV(B)218.51º91.1%92.55%-
XYZ19.8214.9581.2-
YUV90.71209.9978.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.92%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 236 (92.58% from 255) = 66.48%
R=5.92%
G=27.61%
B=66.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21982360.910.5800.07218.5184.9850.39
Hex1562EC5B3A07db5532
Octal25142354133720733312562
Binary1010111000101110110010110111110100111110110111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1562EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1562EC;
 }
 .AnyTagClassName
 {
   color: #1562EC;
 }
</style>
background-color css

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

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

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

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

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

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