Html Css Color HEX #195ECD Denim

📋 copy color: '#195ECD'

red 25 ◦ green 94 ◦ blue 205

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

Shades of Denim #195ECD

Tints of Denim #195ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.01%

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

R = 7.72%
G = 29.01%
B = 63.27%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#195ECD (or 0x195ECD) is known color: Denim. HEX triplet: 19, 5E and CD. RGB value is (25,94,205). Sum of RGB (Red+Green+Blue) = 25+94+205=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #195ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195ECD is #E6A132. Grayscale: #555555. Windows color (decimal): -15114547 or 13458969. OLE color: 13458969.

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

Color convert

RGB 25 94 205 -
CMYK 0.88 0.54 0 0.20
HSL 217º 0.78% 0.45% -
HSV(B) 217º 0.88% 0.8% -
XYZ 15.42 12.62 59.38 -
YUV 86.02 195.14 84.47 -
System Red Green Blue C M Y K H S L
Decimal 25 94 205 0.88 0.54 0 0.20 217 0.78 0.45
Hex 19 5E CD 58 36 0 14 D9 4E 2D
Octal 31 136 315 130 66 0 24 331 116 55
Binary 11001 1011110 11001101 1011000 110110 0 10100 11011001 1001110 101101

Color Harmonies of #195ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195ECD

Black with #195ECD

Text Example


Text Example

White with #195ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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