#1555ad

Color #1555AD Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1555AD

Tints of Denim #1555AD

Color information

#1555AD (or 0x1555AD) is unknown color: approx Denim. HEX triplet: 15, 55 and AD. RGB value is (21,85,173). Sum of RGB (Red+Green+Blue) = 21+85+173=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #1555AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1555AD is #EAAA52. Grayscale: #4B4B4B. Windows color (decimal): -15379027 or 11359509. OLE color: 11359509.

HSL color Cylindrical-coordinate representation of color #1555AD: hue angle of 214.74º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1555AD is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2185173-
CMYK0.880.5100.32
HSL214.74º78.35%38.04%-
HSV(B)214.74º87.86%67.84%-
XYZ11.19.6740.82-
YUV75.9182.888.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.53%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 173 (67.97% from 255) = 62.01%
R=7.53%
G=30.47%
B=62.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21851730.880.5100.32214.7478.3538.04
Hex1555AD5833020d74e26
Octal251252551306304032711646
Binary1010110101011010110110110001100110100000110101111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1555ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1555ad; }

 p { color: rgb(21,85,173); }

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

<style>
 a { background-color: #1555ad; }

 a { background-color: rgb(21,85,173); }

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

<style>
 span { border-color: #1555ad; }

 span { border-color: rgb(21,85,173); }

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