Html Css Color HEX #1973BA Denim

📋 copy color: '#1973BA'

red 25 ◦ green 115 ◦ blue 186

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

Shades of Denim #1973BA

Tints of Denim #1973BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.06%

R = 7.67%
G = 35.28%
B = 57.06%

CMYK

 C value IS 0.87

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1973BA (or 0x1973BA) is known color: Denim. HEX triplet: 19, 73 and BA. RGB value is (25,115,186). Sum of RGB (Red+Green+Blue) = 25+115+186=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #1973BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1973BA is #E68C45. Grayscale: #5F5F5F. Windows color (decimal): -15109190 or 12219161. OLE color: 12219161.

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

Color convert

RGB 25 115 186 -
CMYK 0.87 0.38 0 0.27
HSL 206.46º 0.76% 0.41% -
HSV(B) 206.46º 0.87% 0.73% -
XYZ 15.39 16.01 48.73 -
YUV 96.18 178.68 77.23 -
System Red Green Blue C M Y K H S L
Decimal 25 115 186 0.87 0.38 0 0.27 206.46 0.76 0.41
Hex 19 73 BA 57 26 0 1B CE 4C 29
Octal 31 163 272 127 46 0 33 316 114 51
Binary 11001 1110011 10111010 1010111 100110 0 11011 11001110 1001100 101001

Color Harmonies of #1973BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1973BA

Black with #1973BA

Text Example


Text Example

White with #1973BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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