Html Css Color HEX #196BCB Denim

📋 copy color: '#196BCB'

red 25 ◦ green 107 ◦ blue 203

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

Shades of Denim #196BCB

Tints of Denim #196BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

 BLUE value IS 203 (79.69% from 255) = 60.6%

R = 7.46%
G = 31.94%
B = 60.6%

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

#196BCB (or 0x196BCB) is known color: Denim. HEX triplet: 19, 6B and CB. RGB value is (25,107,203). Sum of RGB (Red+Green+Blue) = 25+107+203=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #196BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BCB is #E69434. Grayscale: #5C5C5C. Windows color (decimal): -15111221 or 13331225. OLE color: 13331225.

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

Color convert

RGB 25 107 203 -
CMYK 0.88 0.47 0 0.20
HSL 212.36º 0.78% 0.45% -
HSV(B) 212.36º 0.88% 0.8% -
XYZ 16.44 15.03 58.54 -
YUV 93.43 189.83 79.19 -
System Red Green Blue C M Y K H S L
Decimal 25 107 203 0.88 0.47 0 0.20 212.36 0.78 0.45
Hex 19 6B CB 58 2F 0 14 D4 4E 2D
Octal 31 153 313 130 57 0 24 324 116 55
Binary 11001 1101011 11001011 1011000 101111 0 10100 11010100 1001110 101101

Color Harmonies of #196BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196BCB

Black with #196BCB

Text Example


Text Example

White with #196BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,107,203); }

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

background-color css

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

 a { background-color: rgb(25,107,203); }

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

border-color css

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

 span { border-color: rgb(25,107,203); }

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