Html Css Color HEX #1F737C Allports

📋 copy color: '#1F737C'

red 31 ◦ green 115 ◦ blue 124

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

Shades of Allports #1F737C

Tints of Allports #1F737C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 11.48%
G = 42.59%
B = 45.93%

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

#1F737C (or 0x1F737C) is known color: Allports. HEX triplet: 1F, 73 and 7C. RGB value is (31,115,124). Sum of RGB (Red+Green+Blue) = 31+115+124=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F737C is #E08C83. Grayscale: #5A5A5A. Windows color (decimal): -14716036 or 8155935. OLE color: 8155935.

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

Color convert

RGB 31 115 124 -
CMYK 0.75 0.07 0 0.51
HSL 185.81º 0.6% 0.3% -
HSV(B) 185.81º 0.75% 0.49% -
XYZ 10.33 14.01 21.23 -
YUV 90.91 146.67 85.27 -
System Red Green Blue C M Y K H S L
Decimal 31 115 124 0.75 0.07 0 0.51 185.81 0.6 0.3
Hex 1F 73 7C 4B 7 0 33 BA 3C 1E
Octal 37 163 174 113 7 0 63 272 74 36
Binary 11111 1110011 1111100 1001011 111 0 110011 10111010 111100 11110

Color Harmonies of #1F737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F737C

Black with #1F737C

Text Example


Text Example

White with #1F737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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