Html Css Color HEX #195EAA Denim

📋 copy color: '#195EAA'

red 25 ◦ green 94 ◦ blue 170

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

Shades of Denim #195EAA

Tints of Denim #195EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.53%

 BLUE value IS 170 (66.8% from 255) = 58.82%

R = 8.65%
G = 32.53%
B = 58.82%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#195EAA (or 0x195EAA) is known color: Denim. HEX triplet: 19, 5E and AA. RGB value is (25,94,170). Sum of RGB (Red+Green+Blue) = 25+94+170=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #195EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195EAA is #E6A155. Grayscale: #515151. Windows color (decimal): -15114582 or 11165209. OLE color: 11165209.

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

Color convert

RGB 25 94 170 -
CMYK 0.85 0.45 0 0.33
HSL 211.45º 0.74% 0.38% -
HSV(B) 211.45º 0.85% 0.67% -
XYZ 11.66 11.11 39.56 -
YUV 82.03 177.64 87.32 -
System Red Green Blue C M Y K H S L
Decimal 25 94 170 0.85 0.45 0 0.33 211.45 0.74 0.38
Hex 19 5E AA 55 2D 0 21 D3 4A 26
Octal 31 136 252 125 55 0 41 323 112 46
Binary 11001 1011110 10101010 1010101 101101 0 100001 11010011 1001010 100110

Color Harmonies of #195EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195EAA

Black with #195EAA

Text Example


Text Example

White with #195EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,94,170); }

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

background-color css

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

 a { background-color: rgb(25,94,170); }

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

border-color css

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

 span { border-color: rgb(25,94,170); }

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