#195EB4

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

Shades of Denim #195EB4

Tints of Denim #195EB4

Color information

#195EB4 (or 0x195EB4) is unknown color: approx Denim. HEX triplet: 19, 5E and B4. RGB value is (25,94,180). Sum of RGB (Red+Green+Blue) = 25+94+180=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 180 (70.70% from 255 or 60.20% from 299); Max value from RGB is 180 - color contains mainly: blue. Hex color #195EB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195EB4 is #E6A14B. Grayscale: #525252. Windows color (decimal): -15114572 or 11820569. OLE color: 11820569.

HSL color Cylindrical-coordinate representation of color #195EB4: hue angle of 213.29º 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 #195EB4 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2594180-
CMYK0.860.4800.29
HSL213.29º75.61%40.2%-
HSV(B)213.29º86.11%70.59%-
XYZ12.6411.5144.73-
YUV83.17182.6486.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.36%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 180 (70.70% from 255) = 60.20%
R=8.36%
G=31.44%
B=60.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25941800.860.4800.29213.2975.6140.2
Hex195EB4563001Dd54c28
Octal311362641266003532511450
Binary110011011110101101001010110110000011101110101011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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