#195CD0

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

Shades of Denim #195CD0

Tints of Denim #195CD0

Color information

#195CD0 (or 0x195CD0) is unknown color: approx Denim. HEX triplet: 19, 5C and D0. RGB value is (25,92,208). Sum of RGB (Red+Green+Blue) = 25+92+208=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 208 (81.64% from 255 or 64% from 325); Max value from RGB is 208 - color contains mainly: blue. Hex color #195CD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195CD0 is #E6A32F. Grayscale: #545454. Windows color (decimal): -15115056 or 13655065. OLE color: 13655065.

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

Color convert

RGB2592208-
CMYK0.880.5600.18
HSL218.03º78.54%45.69%-
HSV(B)218.03º87.98%81.57%-
XYZ15.6112.4261.25-
YUV85.19197.385.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.69%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 208 (81.64% from 255) = 64%
R=7.69%
G=28.31%
B=64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal25922080.880.5600.18218.0378.5445.69
Hex195CD05838012da4f2e
Octal311343201307002233211756
Binary110011011100110100001011000111000010010110110101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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