#1555BF

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

Shades of Denim #1555BF

Tints of Denim #1555BF

Color information

#1555BF (or 0x1555BF) is unknown color: approx Denim. HEX triplet: 15, 55 and BF. RGB value is (21,85,191). Sum of RGB (Red+Green+Blue) = 21+85+191=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #1555BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555BF is #EAAA40. Grayscale: #4D4D4D. Windows color (decimal): -15379009 or 12539157. OLE color: 12539157.

HSL color Cylindrical-coordinate representation of color #1555BF: hue angle of 217.41º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1555BF is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2185191-
CMYK0.890.5500.25
HSL217.41º80.19%41.57%-
HSV(B)217.41º89.01%74.9%-
XYZ12.9610.4250.62-
YUV77.95191.887.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.07%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 191 (75% from 255) = 64.31%
R=7.07%
G=28.62%
B=64.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21851910.890.5500.25217.4180.1941.57
Hex1555BF5937019d9502a
Octal251252771316703133112052
Binary101011010101101111111011001110111011001110110011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1555BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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