#195fd0

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

Shades of Denim #195FD0

Tints of Denim #195FD0

Color information

#195FD0 (or 0x195FD0) is unknown color: approx Denim. HEX triplet: 19, 5F and D0. RGB value is (25,95,208). Sum of RGB (Red+Green+Blue) = 25+95+208=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 208 (81.64% from 255 or 63.41% from 328); Max value from RGB is 208 - color contains mainly: blue. Hex color #195FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195FD0 is #E6A02F. Grayscale: #565656. Windows color (decimal): -15114288 or 13655833. OLE color: 13655833.

HSL color Cylindrical-coordinate representation of color #195FD0: hue angle of 217.05º 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 #195FD0 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2595208-
CMYK0.880.5400.18
HSL217.05º78.54%45.69%-
HSV(B)217.05º87.98%81.57%-
XYZ15.8812.9561.34-
YUV86.95196.3183.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.62%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 208 (81.64% from 255) = 63.41%
R=7.62%
G=28.96%
B=63.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal25952080.880.5400.18217.0578.5445.69
Hex195FD05836012d94f2e
Octal311373201306602233111756
Binary110011011111110100001011000110110010010110110011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195fd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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