Html Css Color HEX #1952AA Denim

📋 copy color: '#1952AA'

red 25 ◦ green 82 ◦ blue 170

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

Shades of Denim #1952AA

Tints of Denim #1952AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.6%

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

R = 9.03%
G = 29.6%
B = 61.37%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1952AA (or 0x1952AA) is known color: Denim. HEX triplet: 19, 52 and AA. RGB value is (25,82,170). Sum of RGB (Red+Green+Blue) = 25+82+170=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #1952AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1952AA is #E6AD55. Grayscale: #4A4A4A. Windows color (decimal): -15117654 or 11162137. OLE color: 11162137.

HSL color Cylindrical-coordinate representation of color #1952AA: hue angle of 216.41º 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 #1952AA is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 82 170 -
CMYK 0.85 0.52 0 0.33
HSL 216.41º 0.74% 0.38% -
HSV(B) 216.41º 0.85% 0.67% -
XYZ 10.67 9.14 39.23 -
YUV 74.99 181.62 92.34 -
System Red Green Blue C M Y K H S L
Decimal 25 82 170 0.85 0.52 0 0.33 216.41 0.74 0.38
Hex 19 52 AA 55 34 0 21 D8 4A 26
Octal 31 122 252 125 64 0 41 330 112 46
Binary 11001 1010010 10101010 1010101 110100 0 100001 11011000 1001010 100110

Color Harmonies of #1952AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1952AA

Black with #1952AA

Text Example


Text Example

White with #1952AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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