#195DAB

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

Shades of Denim #195DAB

Tints of Denim #195DAB

Color information

#195DAB (or 0x195DAB) is unknown color: approx Denim. HEX triplet: 19, 5D and AB. RGB value is (25,93,171). Sum of RGB (Red+Green+Blue) = 25+93+171=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #195DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195DAB is #E6A254. Grayscale: #515151. Windows color (decimal): -15114837 or 11230489. OLE color: 11230489.

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

Color convert

RGB2593171-
CMYK0.850.4600.33
HSL212.05º74.49%38.43%-
HSV(B)212.05º85.38%67.06%-
XYZ11.6710.9840.03-
YUV81.56178.4787.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.65%
GREEN value IS 93 (36.72% from 255) = 32.18%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=8.65%
G=32.18%
B=59.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25931710.850.4600.33212.0574.4938.43
Hex195DAB552E021d44a26
Octal311352531255604132411246
Binary1100110111011010101110101011011100100001110101001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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