Html Css Color HEX #196CBE Denim

📋 copy color: '#196CBE'

red 25 ◦ green 108 ◦ blue 190

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

Shades of Denim #196CBE

Tints of Denim #196CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.82%

R = 7.74%
G = 33.44%
B = 58.82%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#196CBE (or 0x196CBE) is known color: Denim. HEX triplet: 19, 6C and BE. RGB value is (25,108,190). Sum of RGB (Red+Green+Blue) = 25+108+190=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #196CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CBE is #E69341. Grayscale: #5C5C5C. Windows color (decimal): -15110978 or 12479513. OLE color: 12479513.

HSL color Cylindrical-coordinate representation of color #196CBE: hue angle of 209.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #196CBE is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 108 190 -
CMYK 0.87 0.43 0 0.25
HSL 209.82º 0.77% 0.42% -
HSV(B) 209.82º 0.87% 0.75% -
XYZ 15.06 14.65 50.75 -
YUV 92.53 183 79.83 -
System Red Green Blue C M Y K H S L
Decimal 25 108 190 0.87 0.43 0 0.25 209.82 0.77 0.42
Hex 19 6C BE 57 2B 0 19 D2 4D 2A
Octal 31 154 276 127 53 0 31 322 115 52
Binary 11001 1101100 10111110 1010111 101011 0 11001 11010010 1001101 101010

Color Harmonies of #196CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196CBE

Black with #196CBE

Text Example


Text Example

White with #196CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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