Html Css Color HEX #1F59AA Denim

📋 copy color: '#1F59AA'

red 31 ◦ green 89 ◦ blue 170

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

Shades of Denim #1F59AA

Tints of Denim #1F59AA

RGB

 RED value IS 31 (12.5% from 255) = 10.69%

 GREEN value IS 89 (35.16% from 255) = 30.69%

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

R = 10.69%
G = 30.69%
B = 58.62%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F59AA (or 0x1F59AA) is known color: Denim. HEX triplet: 1F, 59 and AA. RGB value is (31,89,170). Sum of RGB (Red+Green+Blue) = 31+89+170=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F59AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F59AA is #E0A655. Grayscale: #505050. Windows color (decimal): -14722646 or 11163935. OLE color: 11163935.

HSL color Cylindrical-coordinate representation of color #1F59AA: hue angle of 214.96º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F59AA is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 89 170 -
CMYK 0.82 0.48 0 0.33
HSL 214.96º 0.69% 0.39% -
HSV(B) 214.96º 0.82% 0.67% -
XYZ 11.39 10.34 39.43 -
YUV 80.89 178.28 92.41 -
System Red Green Blue C M Y K H S L
Decimal 31 89 170 0.82 0.48 0 0.33 214.96 0.69 0.39
Hex 1F 59 AA 52 30 0 21 D7 45 27
Octal 37 131 252 122 60 0 41 327 105 47
Binary 11111 1011001 10101010 1010010 110000 0 100001 11010111 1000101 100111

Color Harmonies of #1F59AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F59AA

Black with #1F59AA

Text Example


Text Example

White with #1F59AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F59AA; }

 p { color: rgb(31,89,170); }

 H1.HeaderClassName
 {
   color: #1F59AA;
 }
 .AnyTagClassName
 {
   color: #1F59AA;
 }
</style>

background-color css

<style>
 a { background-color: #1F59AA; }

 a { background-color: rgb(31,89,170); }

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

border-color css

<style>
 span { border-color: #1F59AA; }

 span { border-color: rgb(31,89,170); }

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