#195EB8

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

Shades of Denim #195EB8

Tints of Denim #195EB8

Color information

#195EB8 (or 0x195EB8) is unknown color: approx Denim. HEX triplet: 19, 5E and B8. RGB value is (25,94,184). Sum of RGB (Red+Green+Blue) = 25+94+184=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 184 (72.27% from 255 or 60.73% from 303); Max value from RGB is 184 - color contains mainly: blue. Hex color #195EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195EB8 is #E6A147. Grayscale: #535353. Windows color (decimal): -15114568 or 12082713. OLE color: 12082713.

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

Color convert

RGB2594184-
CMYK0.860.4900.28
HSL213.96º76.08%40.98%-
HSV(B)213.96º86.41%72.16%-
XYZ13.0611.6746.91-
YUV83.63184.6486.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.25%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 184 (72.27% from 255) = 60.73%
R=8.25%
G=31.02%
B=60.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal25941840.860.4900.28213.9676.0840.98
Hex195EB8563101Cd64c29
Octal311362701266103432611451
Binary110011011110101110001010110110001011100110101101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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