Html Css Color HEX #195AA2 Denim

📋 copy color: '#195AA2'

red 25 ◦ green 90 ◦ blue 162

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

Shades of Denim #195AA2

Tints of Denim #195AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 58.48%

R = 9.03%
G = 32.49%
B = 58.48%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#195AA2 (or 0x195AA2) is known color: Denim. HEX triplet: 19, 5A and A2. RGB value is (25,90,162). Sum of RGB (Red+Green+Blue) = 25+90+162=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 162 (63.67% from 255 or 58.48% from 277); Max value from RGB is 162 - color contains mainly: blue. Hex color #195AA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195AA2 is #E6A55D. Grayscale: #4E4E4E. Windows color (decimal): -15115614 or 10639897. OLE color: 10639897.

HSL color Cylindrical-coordinate representation of color #195AA2: hue angle of 211.53º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #195AA2 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 25 90 162 -
CMYK 0.85 0.44 0 0.36
HSL 211.53º 0.73% 0.37% -
HSV(B) 211.53º 0.85% 0.64% -
XYZ 10.58 10.13 35.58 -
YUV 78.77 174.97 89.65 -
System Red Green Blue C M Y K H S L
Decimal 25 90 162 0.85 0.44 0 0.36 211.53 0.73 0.37
Hex 19 5A A2 55 2C 0 24 D4 49 25
Octal 31 132 242 125 54 0 44 324 111 45
Binary 11001 1011010 10100010 1010101 101100 0 100100 11010100 1001001 100101

Color Harmonies of #195AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195AA2

Black with #195AA2

Text Example


Text Example

White with #195AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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