Html Css Color HEX #1F5EAD Denim

📋 copy color: '#1F5EAD'

red 31 ◦ green 94 ◦ blue 173

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

Shades of Denim #1F5EAD

Tints of Denim #1F5EAD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.54%

 BLUE value IS 173 (67.97% from 255) = 58.05%

R = 10.4%
G = 31.54%
B = 58.05%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F5EAD (or 0x1F5EAD) is known color: Denim. HEX triplet: 1F, 5E and AD. RGB value is (31,94,173). Sum of RGB (Red+Green+Blue) = 31+94+173=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F5EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5EAD is #E0A152. Grayscale: #535353. Windows color (decimal): -14721363 or 11361823. OLE color: 11361823.

HSL color Cylindrical-coordinate representation of color #1F5EAD: hue angle of 213.38º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F5EAD is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 94 173 -
CMYK 0.82 0.46 0 0.32
HSL 213.38º 0.7% 0.4% -
HSV(B) 213.38º 0.82% 0.68% -
XYZ 12.11 11.31 41.08 -
YUV 84.17 178.13 90.08 -
System Red Green Blue C M Y K H S L
Decimal 31 94 173 0.82 0.46 0 0.32 213.38 0.7 0.4
Hex 1F 5E AD 52 2E 0 20 D5 46 28
Octal 37 136 255 122 56 0 40 325 106 50
Binary 11111 1011110 10101101 1010010 101110 0 100000 11010101 1000110 101000

Color Harmonies of #1F5EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5EAD

Black with #1F5EAD

Text Example


Text Example

White with #1F5EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,94,173); }

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

background-color css

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

 a { background-color: rgb(31,94,173); }

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

border-color css

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

 span { border-color: rgb(31,94,173); }

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