Html Css Color HEX #196DCD Denim

📋 copy color: '#196DCD'

red 25 ◦ green 109 ◦ blue 205

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

Shades of Denim #196DCD

Tints of Denim #196DCD

RGB

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

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

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

R = 7.37%
G = 32.15%
B = 60.47%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#196DCD (or 0x196DCD) is known color: Denim. HEX triplet: 19, 6D and CD. RGB value is (25,109,205). Sum of RGB (Red+Green+Blue) = 25+109+205=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #196DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DCD is #E69232. Grayscale: #5E5E5E. Windows color (decimal): -15110707 or 13462809. OLE color: 13462809.

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

Color convert

RGB 25 109 205 -
CMYK 0.88 0.47 0 0.20
HSL 212º 0.78% 0.45% -
HSV(B) 212º 0.88% 0.8% -
XYZ 16.89 15.55 59.87 -
YUV 94.83 190.17 78.19 -
System Red Green Blue C M Y K H S L
Decimal 25 109 205 0.88 0.47 0 0.20 212 0.78 0.45
Hex 19 6D CD 58 2F 0 14 D4 4E 2D
Octal 31 155 315 130 57 0 24 324 116 55
Binary 11001 1101101 11001101 1011000 101111 0 10100 11010100 1001110 101101

Color Harmonies of #196DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DCD

Black with #196DCD

Text Example


Text Example

White with #196DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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