Html Css Color HEX #195BCD Denim

📋 copy color: '#195BCD'

red 25 ◦ green 91 ◦ blue 205

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

Shades of Denim #195BCD

Tints of Denim #195BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

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

R = 7.79%
G = 28.35%
B = 63.86%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#195BCD (or 0x195BCD) is known color: Denim. HEX triplet: 19, 5B and CD. RGB value is (25,91,205). Sum of RGB (Red+Green+Blue) = 25+91+205=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #195BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BCD is #E6A432. Grayscale: #535353. Windows color (decimal): -15115315 or 13458201. OLE color: 13458201.

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

Color convert

RGB 25 91 205 -
CMYK 0.88 0.56 0 0.20
HSL 218º 0.78% 0.45% -
HSV(B) 218º 0.88% 0.8% -
XYZ 15.16 12.1 59.29 -
YUV 84.26 196.13 85.73 -
System Red Green Blue C M Y K H S L
Decimal 25 91 205 0.88 0.56 0 0.20 218 0.78 0.45
Hex 19 5B CD 58 38 0 14 DA 4E 2D
Octal 31 133 315 130 70 0 24 332 116 55
Binary 11001 1011011 11001101 1011000 111000 0 10100 11011010 1001110 101101

Color Harmonies of #195BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BCD

Black with #195BCD

Text Example


Text Example

White with #195BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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