Html Css Color HEX #1F55AA Denim

📋 copy color: '#1F55AA'

red 31 ◦ green 85 ◦ blue 170

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

Shades of Denim #1F55AA

Tints of Denim #1F55AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

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

R = 10.84%
G = 29.72%
B = 59.44%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F55AA (or 0x1F55AA) is known color: Denim. HEX triplet: 1F, 55 and AA. RGB value is (31,85,170). Sum of RGB (Red+Green+Blue) = 31+85+170=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F55AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F55AA is #E0AA55. Grayscale: #4E4E4E. Windows color (decimal): -14723670 or 11162911. OLE color: 11162911.

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

Color convert

RGB 31 85 170 -
CMYK 0.82 0.50 0 0.33
HSL 216.69º 0.69% 0.39% -
HSV(B) 216.69º 0.82% 0.67% -
XYZ 11.07 9.69 39.32 -
YUV 78.54 179.61 94.09 -
System Red Green Blue C M Y K H S L
Decimal 31 85 170 0.82 0.50 0 0.33 216.69 0.69 0.39
Hex 1F 55 AA 52 32 0 21 D9 45 27
Octal 37 125 252 122 62 0 41 331 105 47
Binary 11111 1010101 10101010 1010010 110010 0 100001 11011001 1000101 100111

Color Harmonies of #1F55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F55AA

Black with #1F55AA

Text Example


Text Example

White with #1F55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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