Html Css Color HEX #1953BA Denim

📋 copy color: '#1953BA'

red 25 ◦ green 83 ◦ blue 186

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

Shades of Denim #1953BA

Tints of Denim #1953BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

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

R = 8.5%
G = 28.23%
B = 63.27%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1953BA (or 0x1953BA) is known color: Denim. HEX triplet: 19, 53 and BA. RGB value is (25,83,186). Sum of RGB (Red+Green+Blue) = 25+83+186=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #1953BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1953BA is #E6AC45. Grayscale: #4C4C4C. Windows color (decimal): -15117382 or 12210969. OLE color: 12210969.

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

Color convert

RGB 25 83 186 -
CMYK 0.87 0.55 0 0.27
HSL 218.39º 0.76% 0.41% -
HSV(B) 218.39º 0.87% 0.73% -
XYZ 12.36 9.94 47.72 -
YUV 77.4 189.28 90.62 -
System Red Green Blue C M Y K H S L
Decimal 25 83 186 0.87 0.55 0 0.27 218.39 0.76 0.41
Hex 19 53 BA 57 37 0 1B DA 4C 29
Octal 31 123 272 127 67 0 33 332 114 51
Binary 11001 1010011 10111010 1010111 110111 0 11011 11011010 1001100 101001

Color Harmonies of #1953BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1953BA

Black with #1953BA

Text Example


Text Example

White with #1953BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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