Html Css Color HEX #1973BB Denim

📋 copy color: '#1973BB'

red 25 ◦ green 115 ◦ blue 187

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

Shades of Denim #1973BB

Tints of Denim #1973BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

 BLUE value IS 187 (73.44% from 255) = 57.19%

R = 7.65%
G = 35.17%
B = 57.19%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1973BB (or 0x1973BB) is known color: Denim. HEX triplet: 19, 73 and BB. RGB value is (25,115,187). Sum of RGB (Red+Green+Blue) = 25+115+187=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #1973BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1973BB is #E68C44. Grayscale: #5F5F5F. Windows color (decimal): -15109189 or 12284697. OLE color: 12284697.

HSL color Cylindrical-coordinate representation of color #1973BB: hue angle of 206.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1973BB is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 115 187 -
CMYK 0.87 0.39 0 0.27
HSL 206.67º 0.76% 0.42% -
HSV(B) 206.67º 0.87% 0.73% -
XYZ 15.5 16.06 49.3 -
YUV 96.3 179.18 77.15 -
System Red Green Blue C M Y K H S L
Decimal 25 115 187 0.87 0.39 0 0.27 206.67 0.76 0.42
Hex 19 73 BB 57 27 0 1B CF 4C 2A
Octal 31 163 273 127 47 0 33 317 114 52
Binary 11001 1110011 10111011 1010111 100111 0 11011 11001111 1001100 101010

Color Harmonies of #1973BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1973BB

Black with #1973BB

Text Example


Text Example

White with #1973BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1973BB; }

 p { color: rgb(25,115,187); }

 H1.HeaderClassName
 {
   color: #1973BB;
 }
 .AnyTagClassName
 {
   color: #1973BB;
 }
</style>

background-color css

<style>
 a { background-color: #1973BB; }

 a { background-color: rgb(25,115,187); }

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

border-color css

<style>
 span { border-color: #1973BB; }

 span { border-color: rgb(25,115,187); }

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