Html Css Color HEX #196EBA Denim

📋 copy color: '#196EBA'

red 25 ◦ green 110 ◦ blue 186

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

Shades of Denim #196EBA

Tints of Denim #196EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.27%

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

R = 7.79%
G = 34.27%
B = 57.94%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#196EBA (or 0x196EBA) is known color: Denim. HEX triplet: 19, 6E and BA. RGB value is (25,110,186). Sum of RGB (Red+Green+Blue) = 25+110+186=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #196EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196EBA is #E69145. Grayscale: #5C5C5C. Windows color (decimal): -15110470 or 12217881. OLE color: 12217881.

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

Color convert

RGB 25 110 186 -
CMYK 0.87 0.41 0 0.27
HSL 208.32º 0.76% 0.41% -
HSV(B) 208.32º 0.87% 0.73% -
XYZ 14.84 14.9 48.55 -
YUV 93.25 180.34 79.32 -
System Red Green Blue C M Y K H S L
Decimal 25 110 186 0.87 0.41 0 0.27 208.32 0.76 0.41
Hex 19 6E BA 57 29 0 1B D0 4C 29
Octal 31 156 272 127 51 0 33 320 114 51
Binary 11001 1101110 10111010 1010111 101001 0 11011 11010000 1001100 101001

Color Harmonies of #196EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196EBA

Black with #196EBA

Text Example


Text Example

White with #196EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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