Html Css Color HEX #1556ED Navy Blue

📋 copy color: '#1556ED'

red 21 ◦ green 86 ◦ blue 237

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

Shades of Navy Blue #1556ED

Tints of Navy Blue #1556ED

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25%

 BLUE value IS 237 (92.97% from 255) = 68.9%

R = 6.1%
G = 25%
B = 68.9%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1556ED (or 0x1556ED) is known color: Navy Blue. HEX triplet: 15, 56 and ED. RGB value is (21,86,237). Sum of RGB (Red+Green+Blue) = 21+86+237=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #1556ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1556ED is #EAA912. Grayscale: #535353. Windows color (decimal): -15378707 or 15554069. OLE color: 15554069.

HSL color Cylindrical-coordinate representation of color #1556ED: hue angle of 221.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1556ED is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 86 237 -
CMYK 0.91 0.64 0 0.07
HSL 221.94º 0.86% 0.51% -
HSV(B) 221.94º 0.91% 0.93% -
XYZ 18.92 12.93 81.62 -
YUV 83.78 214.47 83.22 -
System Red Green Blue C M Y K H S L
Decimal 21 86 237 0.91 0.64 0 0.07 221.94 0.86 0.51
Hex 15 56 ED 5B 40 0 7 DE 56 33
Octal 25 126 355 133 100 0 7 336 126 63
Binary 10101 1010110 11101101 1011011 1000000 0 111 11011110 1010110 110011

Color Harmonies of #1556ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1556ED

Black with #1556ED

Text Example


Text Example

White with #1556ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1556ED; }

 p { color: rgb(21,86,237); }

 H1.HeaderClassName
 {
   color: #1556ED;
 }
 .AnyTagClassName
 {
   color: #1556ED;
 }
</style>

background-color css

<style>
 a { background-color: #1556ED; }

 a { background-color: rgb(21,86,237); }

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

border-color css

<style>
 span { border-color: #1556ED; }

 span { border-color: rgb(21,86,237); }

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