Html Css Color HEX #197BBE Denim

📋 copy color: '#197BBE'

red 25 ◦ green 123 ◦ blue 190

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

Shades of Denim #197BBE

Tints of Denim #197BBE

RGB

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

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

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

R = 7.4%
G = 36.39%
B = 56.21%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#197BBE (or 0x197BBE) is known color: Denim. HEX triplet: 19, 7B and BE. RGB value is (25,123,190). Sum of RGB (Red+Green+Blue) = 25+123+190=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #197BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BBE is #E68441. Grayscale: #646464. Windows color (decimal): -15107138 or 12483353. OLE color: 12483353.

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

Color convert

RGB 25 123 190 -
CMYK 0.87 0.35 0 0.25
HSL 204.36º 0.77% 0.42% -
HSV(B) 204.36º 0.87% 0.75% -
XYZ 16.78 18.09 51.32 -
YUV 101.34 178.03 73.55 -
System Red Green Blue C M Y K H S L
Decimal 25 123 190 0.87 0.35 0 0.25 204.36 0.77 0.42
Hex 19 7B BE 57 23 0 19 CC 4D 2A
Octal 31 173 276 127 43 0 31 314 115 52
Binary 11001 1111011 10111110 1010111 100011 0 11001 11001100 1001101 101010

Color Harmonies of #197BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BBE

Black with #197BBE

Text Example


Text Example

White with #197BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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