Html Css Color HEX #196ABA Denim

📋 copy color: '#196ABA'

red 25 ◦ green 106 ◦ blue 186

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

Shades of Denim #196ABA

Tints of Denim #196ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.44%

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

R = 7.89%
G = 33.44%
B = 58.68%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#196ABA (or 0x196ABA) is known color: Denim. HEX triplet: 19, 6A and BA. RGB value is (25,106,186). Sum of RGB (Red+Green+Blue) = 25+106+186=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #196ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ABA is #E69545. Grayscale: #5A5A5A. Windows color (decimal): -15111494 or 12216857. OLE color: 12216857.

HSL color Cylindrical-coordinate representation of color #196ABA: hue angle of 209.81º 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 #196ABA is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 106 186 -
CMYK 0.87 0.43 0 0.27
HSL 209.81º 0.76% 0.41% -
HSV(B) 209.81º 0.87% 0.73% -
XYZ 14.42 14.06 48.41 -
YUV 90.9 181.66 81 -
System Red Green Blue C M Y K H S L
Decimal 25 106 186 0.87 0.43 0 0.27 209.81 0.76 0.41
Hex 19 6A BA 57 2B 0 1B D2 4C 29
Octal 31 152 272 127 53 0 33 322 114 51
Binary 11001 1101010 10111010 1010111 101011 0 11011 11010010 1001100 101001

Color Harmonies of #196ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196ABA

Black with #196ABA

Text Example


Text Example

White with #196ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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