Html Css Color HEX #195BAE Denim

📋 copy color: '#195BAE'

red 25 ◦ green 91 ◦ blue 174

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

Shades of Denim #195BAE

Tints of Denim #195BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60%

R = 8.62%
G = 31.38%
B = 60%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#195BAE (or 0x195BAE) is known color: Denim. HEX triplet: 19, 5B and AE. RGB value is (25,91,174). Sum of RGB (Red+Green+Blue) = 25+91+174=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #195BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195BAE is #E6A451. Grayscale: #505050. Windows color (decimal): -15115346 or 11426585. OLE color: 11426585.

HSL color Cylindrical-coordinate representation of color #195BAE: hue angle of 213.42º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #195BAE is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 91 174 -
CMYK 0.86 0.48 0 0.32
HSL 213.42º 0.75% 0.39% -
HSV(B) 213.42º 0.86% 0.68% -
XYZ 11.78 10.74 41.5 -
YUV 80.73 180.63 88.25 -
System Red Green Blue C M Y K H S L
Decimal 25 91 174 0.86 0.48 0 0.32 213.42 0.75 0.39
Hex 19 5B AE 56 30 0 20 D5 4B 27
Octal 31 133 256 126 60 0 40 325 113 47
Binary 11001 1011011 10101110 1010110 110000 0 100000 11010101 1001011 100111

Color Harmonies of #195BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BAE

Black with #195BAE

Text Example


Text Example

White with #195BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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