Html Css Color HEX #195DD0 Denim

📋 copy color: '#195DD0'

red 25 ◦ green 93 ◦ blue 208

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

Shades of Denim #195DD0

Tints of Denim #195DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 63.8%

R = 7.67%
G = 28.53%
B = 63.8%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#195DD0 (or 0x195DD0) is known color: Denim. HEX triplet: 19, 5D and D0. RGB value is (25,93,208). Sum of RGB (Red+Green+Blue) = 25+93+208=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 208 (81.64% from 255 or 63.80% from 326); Max value from RGB is 208 - color contains mainly: blue. Hex color #195DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DD0 is #E6A22F. Grayscale: #555555. Windows color (decimal): -15114800 or 13655321. OLE color: 13655321.

HSL color Cylindrical-coordinate representation of color #195DD0: hue angle of 217.7º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #195DD0 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 93 208 -
CMYK 0.88 0.55 0 0.18
HSL 217.7º 0.79% 0.46% -
HSV(B) 217.7º 0.88% 0.82% -
XYZ 15.7 12.59 61.28 -
YUV 85.78 196.97 84.65 -
System Red Green Blue C M Y K H S L
Decimal 25 93 208 0.88 0.55 0 0.18 217.7 0.79 0.46
Hex 19 5D D0 58 37 0 12 DA 4F 2E
Octal 31 135 320 130 67 0 22 332 117 56
Binary 11001 1011101 11010000 1011000 110111 0 10010 11011010 1001111 101110

Color Harmonies of #195DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DD0

Black with #195DD0

Text Example


Text Example

White with #195DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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