Html Css Color HEX #1F747D Allports

📋 copy color: '#1F747D'

red 31 ◦ green 116 ◦ blue 125

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

Shades of Allports #1F747D

Tints of Allports #1F747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.96%

R = 11.4%
G = 42.65%
B = 45.96%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F747D (or 0x1F747D) is known color: Allports. HEX triplet: 1F, 74 and 7D. RGB value is (31,116,125). Sum of RGB (Red+Green+Blue) = 31+116+125=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F747D is #E08B82. Grayscale: #5B5B5B. Windows color (decimal): -14715779 or 8221727. OLE color: 8221727.

HSL color Cylindrical-coordinate representation of color #1F747D: hue angle of 185.74º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F747D is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 116 125 -
CMYK 0.75 0.07 0 0.51
HSL 185.74º 0.6% 0.31% -
HSV(B) 185.74º 0.75% 0.49% -
XYZ 10.51 14.26 21.6 -
YUV 91.61 146.84 84.77 -
System Red Green Blue C M Y K H S L
Decimal 31 116 125 0.75 0.07 0 0.51 185.74 0.6 0.31
Hex 1F 74 7D 4B 7 0 33 BA 3C 1F
Octal 37 164 175 113 7 0 63 272 74 37
Binary 11111 1110100 1111101 1001011 111 0 110011 10111010 111100 11111

Color Harmonies of #1F747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F747D

Black with #1F747D

Text Example


Text Example

White with #1F747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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