Html Css Color HEX #195BD0 Denim

📋 copy color: '#195BD0'

red 25 ◦ green 91 ◦ blue 208

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

Shades of Denim #195BD0

Tints of Denim #195BD0

RGB

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

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

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

R = 7.72%
G = 28.09%
B = 64.2%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#195BD0 (or 0x195BD0) is known color: Denim. HEX triplet: 19, 5B and D0. RGB value is (25,91,208). Sum of RGB (Red+Green+Blue) = 25+91+208=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 208 (81.64% from 255 or 64.20% from 324); Max value from RGB is 208 - color contains mainly: blue. Hex color #195BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BD0 is #E6A42F. Grayscale: #545454. Windows color (decimal): -15115312 or 13654809. OLE color: 13654809.

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

Color convert

RGB 25 91 208 -
CMYK 0.88 0.56 0 0.18
HSL 218.36º 0.79% 0.46% -
HSV(B) 218.36º 0.88% 0.82% -
XYZ 15.53 12.24 61.22 -
YUV 84.6 197.63 85.49 -
System Red Green Blue C M Y K H S L
Decimal 25 91 208 0.88 0.56 0 0.18 218.36 0.79 0.46
Hex 19 5B D0 58 38 0 12 DA 4F 2E
Octal 31 133 320 130 70 0 22 332 117 56
Binary 11001 1011011 11010000 1011000 111000 0 10010 11011010 1001111 101110

Color Harmonies of #195BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BD0

Black with #195BD0

Text Example


Text Example

White with #195BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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