Html Css Color HEX #195BDE Denim

📋 copy color: '#195BDE'

red 25 ◦ green 91 ◦ blue 222

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

Shades of Denim #195BDE

Tints of Denim #195BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.68%

R = 7.4%
G = 26.92%
B = 65.68%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#195BDE (or 0x195BDE) is known color: Denim. HEX triplet: 19, 5B and DE. RGB value is (25,91,222). Sum of RGB (Red+Green+Blue) = 25+91+222=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #195BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BDE is #E6A421. Grayscale: #555555. Windows color (decimal): -15115298 or 14572313. OLE color: 14572313.

HSL color Cylindrical-coordinate representation of color #195BDE: hue angle of 219.9º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195BDE is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 91 222 -
CMYK 0.89 0.59 0 0.13
HSL 219.9º 0.8% 0.48% -
HSV(B) 219.9º 0.89% 0.87% -
XYZ 17.33 12.96 70.7 -
YUV 86.2 204.63 84.35 -
System Red Green Blue C M Y K H S L
Decimal 25 91 222 0.89 0.59 0 0.13 219.9 0.8 0.48
Hex 19 5B DE 59 3B 0 D DC 50 30
Octal 31 133 336 131 73 0 15 334 120 60
Binary 11001 1011011 11011110 1011001 111011 0 1101 11011100 1010000 110000

Color Harmonies of #195BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BDE

Black with #195BDE

Text Example


Text Example

White with #195BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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