Html Css Color HEX #195DCD Denim

📋 copy color: '#195DCD'

red 25 ◦ green 93 ◦ blue 205

#195DCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #195DCD

Tints of Denim #195DCD

RGB

 RED value IS 25 (10.16% from 255) = 7.74%

 GREEN value IS 93 (36.72% from 255) = 28.79%

 BLUE value IS 205 (80.47% from 255) = 63.47%

R = 7.74%
G = 28.79%
B = 63.47%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#195DCD (or 0x195DCD) is known color: Denim. HEX triplet: 19, 5D and CD. RGB value is (25,93,205). Sum of RGB (Red+Green+Blue) = 25+93+205=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #195DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DCD is #E6A232. Grayscale: #545454. Windows color (decimal): -15114803 or 13458713. OLE color: 13458713.

HSL color Cylindrical-coordinate representation of color #195DCD: hue angle of 217.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #195DCD is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 93 205 -
CMYK 0.88 0.55 0 0.20
HSL 217.33º 0.78% 0.45% -
HSV(B) 217.33º 0.88% 0.8% -
XYZ 15.33 12.44 59.35 -
YUV 85.44 195.47 84.89 -
System Red Green Blue C M Y K H S L
Decimal 25 93 205 0.88 0.55 0 0.20 217.33 0.78 0.45
Hex 19 5D CD 58 37 0 14 D9 4E 2D
Octal 31 135 315 130 67 0 24 331 116 55
Binary 11001 1011101 11001101 1011000 110111 0 10100 11011001 1001110 101101

Color Harmonies of #195DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DCD

Black with #195DCD

Text Example


Text Example

White with #195DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,93,205); }

 H1.HeaderClassName
 {
   color: #195DCD;
 }
 .AnyTagClassName
 {
   color: #195DCD;
 }
</style>

background-color css

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

 a { background-color: rgb(25,93,205); }

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

border-color css

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

 span { border-color: rgb(25,93,205); }

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