Html Css Color HEX #195CBB Denim

📋 copy color: '#195CBB'

red 25 ◦ green 92 ◦ blue 187

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

Shades of Denim #195CBB

Tints of Denim #195CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.26%

 BLUE value IS 187 (73.44% from 255) = 61.51%

R = 8.22%
G = 30.26%
B = 61.51%

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

#195CBB (or 0x195CBB) is known color: Denim. HEX triplet: 19, 5C and BB. RGB value is (25,92,187). Sum of RGB (Red+Green+Blue) = 25+92+187=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #195CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195CBB is #E6A344. Grayscale: #525252. Windows color (decimal): -15115077 or 12278809. OLE color: 12278809.

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

Color convert

RGB 25 92 187 -
CMYK 0.87 0.51 0 0.27
HSL 215.19º 0.76% 0.42% -
HSV(B) 215.19º 0.87% 0.73% -
XYZ 13.2 11.45 48.53 -
YUV 82.8 186.8 86.78 -
System Red Green Blue C M Y K H S L
Decimal 25 92 187 0.87 0.51 0 0.27 215.19 0.76 0.42
Hex 19 5C BB 57 33 0 1B D7 4C 2A
Octal 31 134 273 127 63 0 33 327 114 52
Binary 11001 1011100 10111011 1010111 110011 0 11011 11010111 1001100 101010

Color Harmonies of #195CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195CBB

Black with #195CBB

Text Example


Text Example

White with #195CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,92,187); }

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

background-color css

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

 a { background-color: rgb(25,92,187); }

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

border-color css

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

 span { border-color: rgb(25,92,187); }

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