Html Css Color HEX #195ADD Denim

📋 copy color: '#195ADD'

red 25 ◦ green 90 ◦ blue 221

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

Shades of Denim #195ADD

Tints of Denim #195ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.79%

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 7.44%
G = 26.79%
B = 65.77%

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

#195ADD (or 0x195ADD) is known color: Denim. HEX triplet: 19, 5A and DD. RGB value is (25,90,221). Sum of RGB (Red+Green+Blue) = 25+90+221=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #195ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195ADD is #E6A522. Grayscale: #545454. Windows color (decimal): -15115555 or 14506521. OLE color: 14506521.

HSL color Cylindrical-coordinate representation of color #195ADD: hue angle of 220.1º 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 #195ADD is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 90 221 -
CMYK 0.89 0.59 0 0.13
HSL 220.1º 0.8% 0.48% -
HSV(B) 220.1º 0.89% 0.87% -
XYZ 17.11 12.74 69.96 -
YUV 85.5 204.47 84.85 -
System Red Green Blue C M Y K H S L
Decimal 25 90 221 0.89 0.59 0 0.13 220.1 0.8 0.48
Hex 19 5A DD 59 3B 0 D DC 50 30
Octal 31 132 335 131 73 0 15 334 120 60
Binary 11001 1011010 11011101 1011001 111011 0 1101 11011100 1010000 110000

Color Harmonies of #195ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195ADD

Black with #195ADD

Text Example


Text Example

White with #195ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,90,221); }

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

background-color css

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

 a { background-color: rgb(25,90,221); }

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

border-color css

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

 span { border-color: rgb(25,90,221); }

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