Html Css Color HEX #1558EC Navy Blue

📋 copy color: '#1558EC'

red 21 ◦ green 88 ◦ blue 236

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

Shades of Navy Blue #1558EC

Tints of Navy Blue #1558EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.51%

 BLUE value IS 236 (92.58% from 255) = 68.41%

R = 6.09%
G = 25.51%
B = 68.41%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1558EC (or 0x1558EC) is known color: Navy Blue. HEX triplet: 15, 58 and EC. RGB value is (21,88,236). Sum of RGB (Red+Green+Blue) = 21+88+236=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #1558EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1558EC is #EAA713. Grayscale: #545454. Windows color (decimal): -15378196 or 15489045. OLE color: 15489045.

HSL color Cylindrical-coordinate representation of color #1558EC: hue angle of 221.3º 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 #1558EC is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 88 236 -
CMYK 0.91 0.63 0 0.07
HSL 221.3º 0.85% 0.5% -
HSV(B) 221.3º 0.91% 0.93% -
XYZ 18.94 13.2 80.91 -
YUV 84.84 213.3 82.47 -
System Red Green Blue C M Y K H S L
Decimal 21 88 236 0.91 0.63 0 0.07 221.3 0.85 0.5
Hex 15 58 EC 5B 3F 0 7 DD 55 32
Octal 25 130 354 133 77 0 7 335 125 62
Binary 10101 1011000 11101100 1011011 111111 0 111 11011101 1010101 110010

Color Harmonies of #1558EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1558EC

Black with #1558EC

Text Example


Text Example

White with #1558EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1558EC;
 }
 .AnyTagClassName
 {
   color: #1558EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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