Html Css Color HEX #196ECD Denim

📋 copy color: '#196ECD'

red 25 ◦ green 110 ◦ blue 205

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

Shades of Denim #196ECD

Tints of Denim #196ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.29%

R = 7.35%
G = 32.35%
B = 60.29%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#196ECD (or 0x196ECD) is known color: Denim. HEX triplet: 19, 6E and CD. RGB value is (25,110,205). Sum of RGB (Red+Green+Blue) = 25+110+205=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #196ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ECD is #E69132. Grayscale: #5E5E5E. Windows color (decimal): -15110451 or 13463065. OLE color: 13463065.

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

Color convert

RGB 25 110 205 -
CMYK 0.88 0.46 0 0.20
HSL 211.67º 0.78% 0.45% -
HSV(B) 211.67º 0.88% 0.8% -
XYZ 17 15.77 59.91 -
YUV 95.42 189.84 77.78 -
System Red Green Blue C M Y K H S L
Decimal 25 110 205 0.88 0.46 0 0.20 211.67 0.78 0.45
Hex 19 6E CD 58 2E 0 14 D4 4E 2D
Octal 31 156 315 130 56 0 24 324 116 55
Binary 11001 1101110 11001101 1011000 101110 0 10100 11010100 1001110 101101

Color Harmonies of #196ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196ECD

Black with #196ECD

Text Example


Text Example

White with #196ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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