#195AAA

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

Shades of Denim #195AAA

Tints of Denim #195AAA

Color information

#195AAA (or 0x195AAA) is unknown color: approx Denim. HEX triplet: 19, 5A and AA. RGB value is (25,90,170). Sum of RGB (Red+Green+Blue) = 25+90+170=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #195AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195AAA is #E6A555. Grayscale: #4F4F4F. Windows color (decimal): -15115606 or 11164185. OLE color: 11164185.

HSL color Cylindrical-coordinate representation of color #195AAA: hue angle of 213.1º 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 #195AAA is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2590170-
CMYK0.850.4700.33
HSL213.1º74.36%38.24%-
HSV(B)213.1º85.29%66.67%-
XYZ11.3110.4239.45-
YUV79.68178.9789-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.77%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=8.77%
G=31.58%
B=59.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25901700.850.4700.33213.174.3638.24
Hex195AAA552F021d54a26
Octal311322521255704132511246
Binary1100110110101010101010101011011110100001110101011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195AAA; }

 p { color: rgb(25,90,170); }

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

<style>
 a { background-color: #195AAA; }

 a { background-color: rgb(25,90,170); }

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

<style>
 span { border-color: #195AAA; }

 span { border-color: rgb(25,90,170); }

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