Html Css Color HEX #1F59AB Denim

📋 copy color: '#1F59AB'

red 31 ◦ green 89 ◦ blue 171

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

Shades of Denim #1F59AB

Tints of Denim #1F59AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.76%

R = 10.65%
G = 30.58%
B = 58.76%

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

#1F59AB (or 0x1F59AB) is known color: Denim. HEX triplet: 1F, 59 and AB. RGB value is (31,89,171). Sum of RGB (Red+Green+Blue) = 31+89+171=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F59AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F59AB is #E0A654. Grayscale: #505050. Windows color (decimal): -14722645 or 11229471. OLE color: 11229471.

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

Color convert

RGB 31 89 171 -
CMYK 0.82 0.48 0 0.33
HSL 215.14º 0.69% 0.4% -
HSV(B) 215.14º 0.82% 0.67% -
XYZ 11.49 10.38 39.93 -
YUV 81.01 178.78 92.33 -
System Red Green Blue C M Y K H S L
Decimal 31 89 171 0.82 0.48 0 0.33 215.14 0.69 0.4
Hex 1F 59 AB 52 30 0 21 D7 45 28
Octal 37 131 253 122 60 0 41 327 105 50
Binary 11111 1011001 10101011 1010010 110000 0 100001 11010111 1000101 101000

Color Harmonies of #1F59AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F59AB

Black with #1F59AB

Text Example


Text Example

White with #1F59AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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