Html Css Color HEX #196ED0 Denim

📋 copy color: '#196ED0'

red 25 ◦ green 110 ◦ blue 208

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

Shades of Denim #196ED0

Tints of Denim #196ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 60.64%

R = 7.29%
G = 32.07%
B = 60.64%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#196ED0 (or 0x196ED0) is known color: Denim. HEX triplet: 19, 6E and D0. RGB value is (25,110,208). Sum of RGB (Red+Green+Blue) = 25+110+208=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 208 (81.64% from 255 or 60.64% from 343); Max value from RGB is 208 - color contains mainly: blue. Hex color #196ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ED0 is #E6912F. Grayscale: #5F5F5F. Windows color (decimal): -15110448 or 13659673. OLE color: 13659673.

HSL color Cylindrical-coordinate representation of color #196ED0: hue angle of 212.13º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #196ED0 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 110 208 -
CMYK 0.88 0.47 0 0.18
HSL 212.13º 0.79% 0.46% -
HSV(B) 212.13º 0.88% 0.82% -
XYZ 17.36 15.91 61.83 -
YUV 95.76 191.34 77.53 -
System Red Green Blue C M Y K H S L
Decimal 25 110 208 0.88 0.47 0 0.18 212.13 0.79 0.46
Hex 19 6E D0 58 2F 0 12 D4 4F 2E
Octal 31 156 320 130 57 0 22 324 117 56
Binary 11001 1101110 11010000 1011000 101111 0 10010 11010100 1001111 101110

Color Harmonies of #196ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196ED0

Black with #196ED0

Text Example


Text Example

White with #196ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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