Html Css Color HEX #1F7089 Allports

📋 copy color: '#1F7089'

red 31 ◦ green 112 ◦ blue 137

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

Shades of Allports #1F7089

Tints of Allports #1F7089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40%

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

R = 11.07%
G = 40%
B = 48.93%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F7089 (or 0x1F7089) is known color: Allports. HEX triplet: 1F, 70 and 89. RGB value is (31,112,137). Sum of RGB (Red+Green+Blue) = 31+112+137=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F7089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7089 is #E08F76. Grayscale: #5A5A5A. Windows color (decimal): -14716791 or 9007135. OLE color: 9007135.

HSL color Cylindrical-coordinate representation of color #1F7089: hue angle of 194.15º 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 #1F7089 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 112 137 -
CMYK 0.77 0.18 0 0.46
HSL 194.15º 0.63% 0.33% -
HSV(B) 194.15º 0.77% 0.54% -
XYZ 10.87 13.69 25.74 -
YUV 90.63 154.16 85.47 -
System Red Green Blue C M Y K H S L
Decimal 31 112 137 0.77 0.18 0 0.46 194.15 0.63 0.33
Hex 1F 70 89 4D 12 0 2E C2 3F 21
Octal 37 160 211 115 22 0 56 302 77 41
Binary 11111 1110000 10001001 1001101 10010 0 101110 11000010 111111 100001

Color Harmonies of #1F7089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7089

Black with #1F7089

Text Example


Text Example

White with #1F7089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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