#1954af

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

Shades of Denim #1954AF

Tints of Denim #1954AF

Color information

#1954AF (or 0x1954AF) is unknown color: approx Denim. HEX triplet: 19, 54 and AF. RGB value is (25,84,175). Sum of RGB (Red+Green+Blue) = 25+84+175=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #1954AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1954AF is #E6AB50. Grayscale: #4C4C4C. Windows color (decimal): -15117137 or 11490329. OLE color: 11490329.

HSL color Cylindrical-coordinate representation of color #1954AF: hue angle of 216.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1954AF is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2584175-
CMYK0.860.5200.31
HSL216.4º75%39.22%-
HSV(B)216.4º85.71%68.63%-
XYZ11.319.6441.82-
YUV76.73183.4591.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.80%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 175 (68.75% from 255) = 61.62%
R=8.80%
G=29.58%
B=61.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal25841750.860.5200.31216.47539.22
Hex1954AF563401Fd84b27
Octal311242571266403733011347
Binary110011010100101011111010110110100011111110110001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1954af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1954af; }

 p { color: rgb(25,84,175); }

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

<style>
 a { background-color: #1954af; }

 a { background-color: rgb(25,84,175); }

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

<style>
 span { border-color: #1954af; }

 span { border-color: rgb(25,84,175); }

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