#195fbf

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

Shades of Denim #195FBF

Tints of Denim #195FBF

Color information

#195FBF (or 0x195FBF) is unknown color: approx Denim. HEX triplet: 19, 5F and BF. RGB value is (25,95,191). Sum of RGB (Red+Green+Blue) = 25+95+191=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #195FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195FBF is #E6A040. Grayscale: #545454. Windows color (decimal): -15114305 or 12541721. OLE color: 12541721.

HSL color Cylindrical-coordinate representation of color #195FBF: hue angle of 214.7º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195FBF is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2595191-
CMYK0.870.5000.25
HSL214.7º76.85%42.35%-
HSV(B)214.7º86.91%74.9%-
XYZ13.912.1550.9-
YUV85.01187.8185.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.04%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 191 (75% from 255) = 61.41%
R=8.04%
G=30.55%
B=61.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25951910.870.5000.25214.776.8542.35
Hex195FBF5732019d74d2a
Octal311372771276203132711552
Binary110011011111101111111010111110010011001110101111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195fbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,95,191); }

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

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

 a { background-color: rgb(25,95,191); }

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

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

 span { border-color: rgb(25,95,191); }

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