Html Css Color HEX #1556DF Navy Blue

📋 copy color: '#1556DF'

red 21 ◦ green 86 ◦ blue 223

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

Shades of Navy Blue #1556DF

Tints of Navy Blue #1556DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.58%

R = 6.36%
G = 26.06%
B = 67.58%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1556DF (or 0x1556DF) is known color: Navy Blue. HEX triplet: 15, 56 and DF. RGB value is (21,86,223). Sum of RGB (Red+Green+Blue) = 21+86+223=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #1556DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1556DF is #EAA920. Grayscale: #515151. Windows color (decimal): -15378721 or 14636565. OLE color: 14636565.

HSL color Cylindrical-coordinate representation of color #1556DF: hue angle of 220.69º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1556DF is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 86 223 -
CMYK 0.91 0.61 0 0.13
HSL 220.69º 0.83% 0.48% -
HSV(B) 220.69º 0.91% 0.87% -
XYZ 16.96 12.14 71.26 -
YUV 82.18 207.47 84.36 -
System Red Green Blue C M Y K H S L
Decimal 21 86 223 0.91 0.61 0 0.13 220.69 0.83 0.48
Hex 15 56 DF 5B 3D 0 D DD 53 30
Octal 25 126 337 133 75 0 15 335 123 60
Binary 10101 1010110 11011111 1011011 111101 0 1101 11011101 1010011 110000

Color Harmonies of #1556DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1556DF

Black with #1556DF

Text Example


Text Example

White with #1556DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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