Html Css Color HEX #1953AA Denim

📋 copy color: '#1953AA'

red 25 ◦ green 83 ◦ blue 170

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

Shades of Denim #1953AA

Tints of Denim #1953AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.15%

R = 8.99%
G = 29.86%
B = 61.15%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1953AA (or 0x1953AA) is known color: Denim. HEX triplet: 19, 53 and AA. RGB value is (25,83,170). Sum of RGB (Red+Green+Blue) = 25+83+170=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #1953AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1953AA is #E6AC55. Grayscale: #4B4B4B. Windows color (decimal): -15117398 or 11162393. OLE color: 11162393.

HSL color Cylindrical-coordinate representation of color #1953AA: hue angle of 216º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1953AA is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 83 170 -
CMYK 0.85 0.51 0 0.33
HSL 216º 0.74% 0.38% -
HSV(B) 216º 0.85% 0.67% -
XYZ 10.75 9.3 39.26 -
YUV 75.58 181.28 91.93 -
System Red Green Blue C M Y K H S L
Decimal 25 83 170 0.85 0.51 0 0.33 216 0.74 0.38
Hex 19 53 AA 55 33 0 21 D8 4A 26
Octal 31 123 252 125 63 0 41 330 112 46
Binary 11001 1010011 10101010 1010101 110011 0 100001 11011000 1001010 100110

Color Harmonies of #1953AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1953AA

Black with #1953AA

Text Example


Text Example

White with #1953AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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