#195BD1

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

Shades of Denim #195BD1

Tints of Denim #195BD1

Color information

#195BD1 (or 0x195BD1) is unknown color: approx Denim. HEX triplet: 19, 5B and D1. RGB value is (25,91,209). Sum of RGB (Red+Green+Blue) = 25+91+209=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 209 (82.03% from 255 or 64.31% from 325); Max value from RGB is 209 - color contains mainly: blue. Hex color #195BD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BD1 is #E6A42E. Grayscale: #545454. Windows color (decimal): -15115311 or 13720345. OLE color: 13720345.

HSL color Cylindrical-coordinate representation of color #195BD1: hue angle of 218.48º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #195BD1 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2591209-
CMYK0.880.5600.18
HSL218.48º78.63%45.88%-
HSV(B)218.48º88.04%81.96%-
XYZ15.6512.2961.87-
YUV84.72198.1385.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.69%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 209 (82.03% from 255) = 64.31%
R=7.69%
G=28%
B=64.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal25912090.880.5600.18218.4878.6345.88
Hex195BD15838012da4f2e
Octal311333211307002233211756
Binary110011011011110100011011000111000010010110110101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,91,209); }

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

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

 a { background-color: rgb(25,91,209); }

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

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

 span { border-color: rgb(25,91,209); }

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