#1F6B72

Color #1F6B72 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #1F6B72

Tints of Allports #1F6B72

Color information

#1F6B72 (or 0x1F6B72) is unknown color: approx Allports. HEX triplet: 1F, 6B and 72. RGB value is (31,107,114). Sum of RGB (Red+Green+Blue) = 31+107+114=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F6B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6B72 is #E0948D. Grayscale: #545454. Windows color (decimal): -14718094 or 7498527. OLE color: 7498527.

HSL color Cylindrical-coordinate representation of color #1F6B72: hue angle of 185.06º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F6B72 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB31107114-
CMYK0.730.0600.55
HSL185.06º57.24%28.43%-
HSV(B)185.06º72.81%44.71%-
XYZ8.8612.0217.77-
YUV85.07144.3289.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.30%
GREEN value IS 107 (42.19% from 255) = 42.46%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=12.30%
G=42.46%
B=45.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311071140.730.0600.55185.0657.2428.43
Hex1F6B72496037b9391c
Octal3715316211160672717134
Binary1111111010111110010100100111001101111011100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,107,114); }

 H1.HeaderClassName
 {
   color: #1F6B72;
 }
 .AnyTagClassName
 {
   color: #1F6B72;
 }
</style>
background-color css

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

 a { background-color: rgb(31,107,114); }

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

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

 span { border-color: rgb(31,107,114); }

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