Html Css Color HEX #195BA9 Denim

📋 copy color: '#195BA9'

red 25 ◦ green 91 ◦ blue 169

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

Shades of Denim #195BA9

Tints of Denim #195BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 59.3%

R = 8.77%
G = 31.93%
B = 59.3%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#195BA9 (or 0x195BA9) is known color: Denim. HEX triplet: 19, 5B and A9. RGB value is (25,91,169). Sum of RGB (Red+Green+Blue) = 25+91+169=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 169 (66.41% from 255 or 59.30% from 285); Max value from RGB is 169 - color contains mainly: blue. Hex color #195BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195BA9 is #E6A456. Grayscale: #4F4F4F. Windows color (decimal): -15115351 or 11098905. OLE color: 11098905.

HSL color Cylindrical-coordinate representation of color #195BA9: hue angle of 212.5º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #195BA9 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 25 91 169 -
CMYK 0.85 0.46 0 0.34
HSL 212.5º 0.74% 0.38% -
HSV(B) 212.5º 0.85% 0.66% -
XYZ 11.3 10.55 38.98 -
YUV 80.16 178.13 88.66 -
System Red Green Blue C M Y K H S L
Decimal 25 91 169 0.85 0.46 0 0.34 212.5 0.74 0.38
Hex 19 5B A9 55 2E 0 22 D4 4A 26
Octal 31 133 251 125 56 0 42 324 112 46
Binary 11001 1011011 10101001 1010101 101110 0 100010 11010100 1001010 100110

Color Harmonies of #195BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BA9

Black with #195BA9

Text Example


Text Example

White with #195BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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