Html Css Color HEX #1F7389 Allports

📋 copy color: '#1F7389'

red 31 ◦ green 115 ◦ blue 137

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

Shades of Allports #1F7389

Tints of Allports #1F7389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.64%

 BLUE value IS 137 (53.91% from 255) = 48.41%

R = 10.95%
G = 40.64%
B = 48.41%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F7389 (or 0x1F7389) is known color: Allports. HEX triplet: 1F, 73 and 89. RGB value is (31,115,137). Sum of RGB (Red+Green+Blue) = 31+115+137=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F7389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7389 is #E08C76. Grayscale: #5C5C5C. Windows color (decimal): -14716023 or 9007903. OLE color: 9007903.

HSL color Cylindrical-coordinate representation of color #1F7389: hue angle of 192.45º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F7389 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 115 137 -
CMYK 0.77 0.16 0 0.46
HSL 192.45º 0.63% 0.33% -
HSV(B) 192.45º 0.77% 0.54% -
XYZ 11.21 14.36 25.85 -
YUV 92.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 31 115 137 0.77 0.16 0 0.46 192.45 0.63 0.33
Hex 1F 73 89 4D 10 0 2E C0 3F 21
Octal 37 163 211 115 20 0 56 300 77 41
Binary 11111 1110011 10001001 1001101 10000 0 101110 11000000 111111 100001

Color Harmonies of #1F7389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7389

Black with #1F7389

Text Example


Text Example

White with #1F7389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,115,137); }

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

background-color css

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

 a { background-color: rgb(31,115,137); }

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

border-color css

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

 span { border-color: rgb(31,115,137); }

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