Html Css Color HEX #195BBA Denim

📋 copy color: '#195BBA'

red 25 ◦ green 91 ◦ blue 186

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

Shades of Denim #195BBA

Tints of Denim #195BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.59%

R = 8.28%
G = 30.13%
B = 61.59%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#195BBA (or 0x195BBA) is known color: Denim. HEX triplet: 19, 5B and BA. RGB value is (25,91,186). Sum of RGB (Red+Green+Blue) = 25+91+186=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #195BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BBA is #E6A445. Grayscale: #515151. Windows color (decimal): -15115334 or 12213017. OLE color: 12213017.

HSL color Cylindrical-coordinate representation of color #195BBA: hue angle of 215.4º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195BBA is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 91 186 -
CMYK 0.87 0.51 0 0.27
HSL 215.4º 0.76% 0.41% -
HSV(B) 215.4º 0.87% 0.73% -
XYZ 13 11.23 47.94 -
YUV 82.1 186.63 87.28 -
System Red Green Blue C M Y K H S L
Decimal 25 91 186 0.87 0.51 0 0.27 215.4 0.76 0.41
Hex 19 5B BA 57 33 0 1B D7 4C 29
Octal 31 133 272 127 63 0 33 327 114 51
Binary 11001 1011011 10111010 1010111 110011 0 11011 11010111 1001100 101001

Color Harmonies of #195BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BBA

Black with #195BBA

Text Example


Text Example

White with #195BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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