Html Css Color HEX #1961BA Denim

📋 copy color: '#1961BA'

red 25 ◦ green 97 ◦ blue 186

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

Shades of Denim #1961BA

Tints of Denim #1961BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.49%

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

R = 8.12%
G = 31.49%
B = 60.39%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1961BA (or 0x1961BA) is known color: Denim. HEX triplet: 19, 61 and BA. RGB value is (25,97,186). Sum of RGB (Red+Green+Blue) = 25+97+186=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #1961BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1961BA is #E69E45. Grayscale: #555555. Windows color (decimal): -15113798 or 12214553. OLE color: 12214553.

HSL color Cylindrical-coordinate representation of color #1961BA: hue angle of 213.17º 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 #1961BA is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 97 186 -
CMYK 0.87 0.48 0 0.27
HSL 213.17º 0.76% 0.41% -
HSV(B) 213.17º 0.87% 0.73% -
XYZ 13.54 12.3 48.12 -
YUV 85.62 184.65 84.76 -
System Red Green Blue C M Y K H S L
Decimal 25 97 186 0.87 0.48 0 0.27 213.17 0.76 0.41
Hex 19 61 BA 57 30 0 1B D5 4C 29
Octal 31 141 272 127 60 0 33 325 114 51
Binary 11001 1100001 10111010 1010111 110000 0 11011 11010101 1001100 101001

Color Harmonies of #1961BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1961BA

Black with #1961BA

Text Example


Text Example

White with #1961BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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