Html Css Color HEX #196CB3 Denim

📋 copy color: '#196CB3'

red 25 ◦ green 108 ◦ blue 179

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

Shades of Denim #196CB3

Tints of Denim #196CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 57.37%

R = 8.01%
G = 34.62%
B = 57.37%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#196CB3 (or 0x196CB3) is known color: Denim. HEX triplet: 19, 6C and B3. RGB value is (25,108,179). Sum of RGB (Red+Green+Blue) = 25+108+179=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 179 (70.31% from 255 or 57.37% from 312); Max value from RGB is 179 - color contains mainly: blue. Hex color #196CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CB3 is #E6934C. Grayscale: #5A5A5A. Windows color (decimal): -15110989 or 11758617. OLE color: 11758617.

HSL color Cylindrical-coordinate representation of color #196CB3: hue angle of 207.66º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #196CB3 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 25 108 179 -
CMYK 0.86 0.40 0 0.30
HSL 207.66º 0.75% 0.4% -
HSV(B) 207.66º 0.86% 0.7% -
XYZ 13.9 14.19 44.65 -
YUV 91.28 177.5 80.73 -
System Red Green Blue C M Y K H S L
Decimal 25 108 179 0.86 0.40 0 0.30 207.66 0.75 0.4
Hex 19 6C B3 56 28 0 1E D0 4B 28
Octal 31 154 263 126 50 0 36 320 113 50
Binary 11001 1101100 10110011 1010110 101000 0 11110 11010000 1001011 101000

Color Harmonies of #196CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196CB3

Black with #196CB3

Text Example


Text Example

White with #196CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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