Html Css Color HEX #196DCE Denim

📋 copy color: '#196DCE'

red 25 ◦ green 109 ◦ blue 206

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

Shades of Denim #196DCE

Tints of Denim #196DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.06%

 BLUE value IS 206 (80.86% from 255) = 60.59%

R = 7.35%
G = 32.06%
B = 60.59%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#196DCE (or 0x196DCE) is known color: Denim. HEX triplet: 19, 6D and CE. RGB value is (25,109,206). Sum of RGB (Red+Green+Blue) = 25+109+206=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #196DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DCE is #E69231. Grayscale: #5E5E5E. Windows color (decimal): -15110706 or 13528345. OLE color: 13528345.

HSL color Cylindrical-coordinate representation of color #196DCE: hue angle of 212.15º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #196DCE is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 109 206 -
CMYK 0.88 0.47 0 0.19
HSL 212.15º 0.78% 0.45% -
HSV(B) 212.15º 0.88% 0.81% -
XYZ 17.01 15.6 60.51 -
YUV 94.94 190.67 78.11 -
System Red Green Blue C M Y K H S L
Decimal 25 109 206 0.88 0.47 0 0.19 212.15 0.78 0.45
Hex 19 6D CE 58 2F 0 13 D4 4E 2D
Octal 31 155 316 130 57 0 23 324 116 55
Binary 11001 1101101 11001110 1011000 101111 0 10011 11010100 1001110 101101

Color Harmonies of #196DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DCE

Black with #196DCE

Text Example


Text Example

White with #196DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,109,206); }

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

background-color css

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

 a { background-color: rgb(25,109,206); }

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

border-color css

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

 span { border-color: rgb(25,109,206); }

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