Html Css Color HEX #196ECE Denim

📋 copy color: '#196ECE'

red 25 ◦ green 110 ◦ blue 206

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

Shades of Denim #196ECE

Tints of Denim #196ECE

RGB

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

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

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

R = 7.33%
G = 32.26%
B = 60.41%

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

#196ECE (or 0x196ECE) is known color: Denim. HEX triplet: 19, 6E and CE. RGB value is (25,110,206). Sum of RGB (Red+Green+Blue) = 25+110+206=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #196ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ECE is #E69131. Grayscale: #5F5F5F. Windows color (decimal): -15110450 or 13528601. OLE color: 13528601.

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

Color convert

RGB 25 110 206 -
CMYK 0.88 0.47 0 0.19
HSL 211.82º 0.78% 0.45% -
HSV(B) 211.82º 0.88% 0.81% -
XYZ 17.12 15.81 60.54 -
YUV 95.53 190.34 77.69 -
System Red Green Blue C M Y K H S L
Decimal 25 110 206 0.88 0.47 0 0.19 211.82 0.78 0.45
Hex 19 6E CE 58 2F 0 13 D4 4E 2D
Octal 31 156 316 130 57 0 23 324 116 55
Binary 11001 1101110 11001110 1011000 101111 0 10011 11010100 1001110 101101

Color Harmonies of #196ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196ECE

Black with #196ECE

Text Example


Text Example

White with #196ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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