Html Css Color HEX #195DDB Denim

📋 copy color: '#195DDB'

red 25 ◦ green 93 ◦ blue 219

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

Shades of Denim #195DDB

Tints of Denim #195DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.99%

R = 7.42%
G = 27.6%
B = 64.99%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#195DDB (or 0x195DDB) is known color: Denim. HEX triplet: 19, 5D and DB. RGB value is (25,93,219). Sum of RGB (Red+Green+Blue) = 25+93+219=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #195DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DDB is #E6A224. Grayscale: #565656. Windows color (decimal): -15114789 or 14376217. OLE color: 14376217.

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

Color convert

RGB 25 93 219 -
CMYK 0.89 0.58 0 0.14
HSL 218.97º 0.8% 0.48% -
HSV(B) 218.97º 0.89% 0.86% -
XYZ 17.1 13.15 68.65 -
YUV 87.03 202.47 83.75 -
System Red Green Blue C M Y K H S L
Decimal 25 93 219 0.89 0.58 0 0.14 218.97 0.8 0.48
Hex 19 5D DB 59 3A 0 E DB 50 30
Octal 31 135 333 131 72 0 16 333 120 60
Binary 11001 1011101 11011011 1011001 111010 0 1110 11011011 1010000 110000

Color Harmonies of #195DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DDB

Black with #195DDB

Text Example


Text Example

White with #195DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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