Html Css Color HEX #196CD2 Denim

📋 copy color: '#196CD2'

red 25 ◦ green 108 ◦ blue 210

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

Shades of Denim #196CD2

Tints of Denim #196CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 61.22%

R = 7.29%
G = 31.49%
B = 61.22%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#196CD2 (or 0x196CD2) is known color: Denim. HEX triplet: 19, 6C and D2. RGB value is (25,108,210). Sum of RGB (Red+Green+Blue) = 25+108+210=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 210 (82.42% from 255 or 61.22% from 343); Max value from RGB is 210 - color contains mainly: blue. Hex color #196CD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CD2 is #E6932D. Grayscale: #5E5E5E. Windows color (decimal): -15110958 or 13790233. OLE color: 13790233.

HSL color Cylindrical-coordinate representation of color #196CD2: hue angle of 213.08º 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 #196CD2 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 108 210 -
CMYK 0.88 0.49 0 0.18
HSL 213.08º 0.79% 0.46% -
HSV(B) 213.08º 0.88% 0.82% -
XYZ 17.4 15.58 63.06 -
YUV 94.81 193 78.21 -
System Red Green Blue C M Y K H S L
Decimal 25 108 210 0.88 0.49 0 0.18 213.08 0.79 0.46
Hex 19 6C D2 58 31 0 12 D5 4F 2E
Octal 31 154 322 130 61 0 22 325 117 56
Binary 11001 1101100 11010010 1011000 110001 0 10010 11010101 1001111 101110

Color Harmonies of #196CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196CD2

Black with #196CD2

Text Example


Text Example

White with #196CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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