Html Css Color HEX #197BBF Denim

📋 copy color: '#197BBF'

red 25 ◦ green 123 ◦ blue 191

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

Shades of Denim #197BBF

Tints of Denim #197BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.28%

 BLUE value IS 191 (75% from 255) = 56.34%

R = 7.37%
G = 36.28%
B = 56.34%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#197BBF (or 0x197BBF) is known color: Denim. HEX triplet: 19, 7B and BF. RGB value is (25,123,191). Sum of RGB (Red+Green+Blue) = 25+123+191=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #197BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BBF is #E68440. Grayscale: #656565. Windows color (decimal): -15107137 or 12548889. OLE color: 12548889.

HSL color Cylindrical-coordinate representation of color #197BBF: hue angle of 204.58º 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 #197BBF is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 123 191 -
CMYK 0.87 0.36 0 0.25
HSL 204.58º 0.77% 0.42% -
HSV(B) 204.58º 0.87% 0.75% -
XYZ 16.89 18.13 51.9 -
YUV 101.45 178.53 73.47 -
System Red Green Blue C M Y K H S L
Decimal 25 123 191 0.87 0.36 0 0.25 204.58 0.77 0.42
Hex 19 7B BF 57 24 0 19 CD 4D 2A
Octal 31 173 277 127 44 0 31 315 115 52
Binary 11001 1111011 10111111 1010111 100100 0 11001 11001101 1001101 101010

Color Harmonies of #197BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BBF

Black with #197BBF

Text Example


Text Example

White with #197BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197BBF; }

 p { color: rgb(25,123,191); }

 H1.HeaderClassName
 {
   color: #197BBF;
 }
 .AnyTagClassName
 {
   color: #197BBF;
 }
</style>

background-color css

<style>
 a { background-color: #197BBF; }

 a { background-color: rgb(25,123,191); }

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

border-color css

<style>
 span { border-color: #197BBF; }

 span { border-color: rgb(25,123,191); }

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