Html Css Color HEX #196CBC Denim

📋 copy color: '#196CBC'

red 25 ◦ green 108 ◦ blue 188

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

Shades of Denim #196CBC

Tints of Denim #196CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 7.79%
G = 33.64%
B = 58.57%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#196CBC (or 0x196CBC) is known color: Denim. HEX triplet: 19, 6C and BC. RGB value is (25,108,188). Sum of RGB (Red+Green+Blue) = 25+108+188=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #196CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CBC is #E69343. Grayscale: #5B5B5B. Windows color (decimal): -15110980 or 12348441. OLE color: 12348441.

HSL color Cylindrical-coordinate representation of color #196CBC: hue angle of 209.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #196CBC is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 108 188 -
CMYK 0.87 0.43 0 0.26
HSL 209.45º 0.77% 0.42% -
HSV(B) 209.45º 0.87% 0.74% -
XYZ 14.84 14.56 49.61 -
YUV 92.3 182 80 -
System Red Green Blue C M Y K H S L
Decimal 25 108 188 0.87 0.43 0 0.26 209.45 0.77 0.42
Hex 19 6C BC 57 2B 0 1A D1 4D 2A
Octal 31 154 274 127 53 0 32 321 115 52
Binary 11001 1101100 10111100 1010111 101011 0 11010 11010001 1001101 101010

Color Harmonies of #196CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196CBC

Black with #196CBC

Text Example


Text Example

White with #196CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196CBC; }

 p { color: rgb(25,108,188); }

 H1.HeaderClassName
 {
   color: #196CBC;
 }
 .AnyTagClassName
 {
   color: #196CBC;
 }
</style>

background-color css

<style>
 a { background-color: #196CBC; }

 a { background-color: rgb(25,108,188); }

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

border-color css

<style>
 span { border-color: #196CBC; }

 span { border-color: rgb(25,108,188); }

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