Html Css Color HEX #1F58AA Denim

📋 copy color: '#1F58AA'

red 31 ◦ green 88 ◦ blue 170

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

Shades of Denim #1F58AA

Tints of Denim #1F58AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 10.73%
G = 30.45%
B = 58.82%

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

#1F58AA (or 0x1F58AA) is known color: Denim. HEX triplet: 1F, 58 and AA. RGB value is (31,88,170). Sum of RGB (Red+Green+Blue) = 31+88+170=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F58AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F58AA is #E0A755. Grayscale: #4F4F4F. Windows color (decimal): -14722902 or 11163679. OLE color: 11163679.

HSL color Cylindrical-coordinate representation of color #1F58AA: hue angle of 215.4º 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 #1F58AA is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 88 170 -
CMYK 0.82 0.48 0 0.33
HSL 215.4º 0.69% 0.39% -
HSV(B) 215.4º 0.82% 0.67% -
XYZ 11.31 10.17 39.4 -
YUV 80.31 178.62 92.83 -
System Red Green Blue C M Y K H S L
Decimal 31 88 170 0.82 0.48 0 0.33 215.4 0.69 0.39
Hex 1F 58 AA 52 30 0 21 D7 45 27
Octal 37 130 252 122 60 0 41 327 105 47
Binary 11111 1011000 10101010 1010010 110000 0 100001 11010111 1000101 100111

Color Harmonies of #1F58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F58AA

Black with #1F58AA

Text Example


Text Example

White with #1F58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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