#195bb4

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

Shades of Denim #195BB4

Tints of Denim #195BB4

Color information

#195BB4 (or 0x195BB4) is unknown color: approx Denim. HEX triplet: 19, 5B and B4. RGB value is (25,91,180). Sum of RGB (Red+Green+Blue) = 25+91+180=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 180 (70.70% from 255 or 60.81% from 296); Max value from RGB is 180 - color contains mainly: blue. Hex color #195BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BB4 is #E6A44B. Grayscale: #505050. Windows color (decimal): -15115340 or 11819801. OLE color: 11819801.

HSL color Cylindrical-coordinate representation of color #195BB4: hue angle of 214.45º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #195BB4 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2591180-
CMYK0.860.4900.29
HSL214.45º75.61%40.2%-
HSV(B)214.45º86.11%70.59%-
XYZ12.3810.9844.65-
YUV81.41183.6387.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.45%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 180 (70.70% from 255) = 60.81%
R=8.45%
G=30.74%
B=60.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25911800.860.4900.29214.4575.6140.2
Hex195BB4563101Dd64c28
Octal311332641266103532611450
Binary110011011011101101001010110110001011101110101101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195bb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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