Html Css Color HEX #1562EB Navy Blue

📋 copy color: '#1562EB'

red 21 ◦ green 98 ◦ blue 235

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

Shades of Navy Blue #1562EB

Tints of Navy Blue #1562EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.38%

R = 5.93%
G = 27.68%
B = 66.38%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1562EB (or 0x1562EB) is known color: Navy Blue. HEX triplet: 15, 62 and EB. RGB value is (21,98,235). Sum of RGB (Red+Green+Blue) = 21+98+235=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #1562EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1562EB is #EA9D14. Grayscale: #595959. Windows color (decimal): -15375637 or 15426069. OLE color: 15426069.

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

Color convert

RGB 21 98 235 -
CMYK 0.91 0.58 0 0.08
HSL 218.41º 0.84% 0.5% -
HSV(B) 218.41º 0.91% 0.92% -
XYZ 19.67 14.89 80.44 -
YUV 90.6 209.49 78.36 -
System Red Green Blue C M Y K H S L
Decimal 21 98 235 0.91 0.58 0 0.08 218.41 0.84 0.5
Hex 15 62 EB 5B 3A 0 8 DA 54 32
Octal 25 142 353 133 72 0 10 332 124 62
Binary 10101 1100010 11101011 1011011 111010 0 1000 11011010 1010100 110010

Color Harmonies of #1562EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1562EB

Black with #1562EB

Text Example


Text Example

White with #1562EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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