Html Css Color HEX #1F748E Allports

📋 copy color: '#1F748E'

red 31 ◦ green 116 ◦ blue 142

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

Shades of Allports #1F748E

Tints of Allports #1F748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.14%

 BLUE value IS 142 (55.86% from 255) = 49.13%

R = 10.73%
G = 40.14%
B = 49.13%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1F748E (or 0x1F748E) is known color: Allports. HEX triplet: 1F, 74 and 8E. RGB value is (31,116,142). Sum of RGB (Red+Green+Blue) = 31+116+142=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F748E is #E08B71. Grayscale: #5D5D5D. Windows color (decimal): -14715762 or 9335839. OLE color: 9335839.

HSL color Cylindrical-coordinate representation of color #1F748E: hue angle of 194.05º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F748E is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 31 116 142 -
CMYK 0.78 0.18 0 0.44
HSL 194.05º 0.64% 0.34% -
HSV(B) 194.05º 0.78% 0.56% -
XYZ 11.69 14.74 27.82 -
YUV 93.55 155.34 83.39 -
System Red Green Blue C M Y K H S L
Decimal 31 116 142 0.78 0.18 0 0.44 194.05 0.64 0.34
Hex 1F 74 8E 4E 12 0 2C C2 40 22
Octal 37 164 216 116 22 0 54 302 100 42
Binary 11111 1110100 10001110 1001110 10010 0 101100 11000010 1000000 100010

Color Harmonies of #1F748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F748E

Black with #1F748E

Text Example


Text Example

White with #1F748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,116,142); }

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

background-color css

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

 a { background-color: rgb(31,116,142); }

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

border-color css

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

 span { border-color: rgb(31,116,142); }

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