#1955AB

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

Shades of Denim #1955AB

Tints of Denim #1955AB

Color information

#1955AB (or 0x1955AB) is unknown color: approx Denim. HEX triplet: 19, 55 and AB. RGB value is (25,85,171). Sum of RGB (Red+Green+Blue) = 25+85+171=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #1955AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1955AB is #E6AA54. Grayscale: #4C4C4C. Windows color (decimal): -15116885 or 11228441. OLE color: 11228441.

HSL color Cylindrical-coordinate representation of color #1955AB: hue angle of 215.34º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1955AB is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2585171-
CMYK0.850.5000.33
HSL215.34º74.49%38.43%-
HSV(B)215.34º85.38%67.06%-
XYZ119.6439.81-
YUV76.86181.1291.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.90%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 171 (67.19% from 255) = 60.85%
R=8.90%
G=30.25%
B=60.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25851710.850.5000.33215.3474.4938.43
Hex1955AB5532021d74a26
Octal311252531256204132711246
Binary1100110101011010101110101011100100100001110101111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1955AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1955AB; }

 p { color: rgb(25,85,171); }

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

<style>
 a { background-color: #1955AB; }

 a { background-color: rgb(25,85,171); }

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

<style>
 span { border-color: #1955AB; }

 span { border-color: rgb(25,85,171); }

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